Closed Melandel closed 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
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):
However, it's different when run from a terminal-started-within-vim, a terminal-started-within-gvim and gvim:
Is there anything to configure to make the colors and display right?
I've sent a bug report on vim's github directly. Sorry for the inconvenience!
https://github.com/vim/vim/issues/5346
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):
However, it's different when run from a terminal-started-within-vim, a terminal-started-within-gvim and gvim:
Is there anything to configure to make the colors and display right?