junegunn / junegunn/fzf.vim

Border gitch

Open
#991 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
10.3k
Forks
608
Avg merge
5d 8h
Merged PRs (30d)
2

Description

- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [x] I have read through the manual page of fzf (`man fzf`)
- [x] I have searched through the existing issues

When I run any fzf command I get this weird strings of characters instead of what should be my fzf border.
![screenshot](https://user-images.githubusercontent.com/41967813/79669538-28649c00-81b4-11ea-9519-47a90b1f59fb.png)

fzf, fzf-vim and vim are up to date
This is my minimal vimrc:
```
call plug#begin()
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
let g:fzf_layout = { 'window': { 'width': 0.5, 'height': 0.5 } }
call plug#end()
```
vim --version:
```
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr 18 2020 18:18:30)
Included patches: 1-595
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.