junegunn / fzf.vim

fzf :heart: vim
MIT License
9.59k stars 582 forks source link

The right half of the floating window does not show the ruled line #1382

Closed shiomiyan closed 1 year ago

shiomiyan commented 2 years ago

environment

In Neovim on Windows 10, when I use :FZF to display a floating window, the right-hand border does not appear.

I have done post-install on Windows sandbox and the same problem is happening.

Unfortunately, we have not been able to determine the cause.

image

My simple init.vim here.

call plug#begin()
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
call plug#end()
ajin153 commented 2 years ago

+1,I have the same problem in neovim 0.7.0 on windows 10 21H2. But if I use neovim 0.7.0 on windows 10 1809,everything seems be OK.