vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
335 stars 19 forks source link

Rendering/Coloring issues when run inside vim/gvim :terminal #31

Closed Melandel closed 4 years ago

Melandel commented 4 years ago

Hi,

Windows10/Vim 8.1 including patch 1-2197 here.

I have this line in my vifmrc: fileviewer *.cs,*.csproj bat --color always --wrap never --pager never --map-syntax csproj:xml -p %c %p

It works fine when I run vifm directly from a terminal, or from within vim-inside-terminal (vim run inside a terminal): image

However, it's different when run from a terminal-started-within-vim, a terminal-started-within-gvim and gvim: image image image

Is there anything to configure to make the colors and display right?

Melandel commented 4 years ago

I've sent a bug report on vim's github directly. Sorry for the inconvenience!

https://github.com/vim/vim/issues/5346