Closed sblask closed 7 years ago
Thank you for your question. Looks like your vim does not have a termguicolors feature.
I will fix it in the next update but as a workaround please try to modify line 28 of
/home/sebastian/.vim/bundle/diffchar.vim/autoload/diffchar.vim:
from
\'GUI': &term == 'builtin_gui' || &termguicolors,
to
\'GUI': &term == 'builtin_gui',
I am on Ubuntu 16.04, using xterm and tmux, this is what I have installed:
~ $ dpkg -l | grep vim
ii vim-common 2:7.4.1689-3ubuntu1.2 amd64 Vi IMproved - Common files
ii vim-gtk-py2 2:7.4.1689-3ubuntu1.2 amd64 Vi IMproved - enhanced vi editor - with GTK2 GUI (Python2)
ii vim-gui-common 2:7.4.1689-3ubuntu1.2 all Vi IMproved - Common GUI files
ii vim-runtime 2:7.4.1689-3ubuntu1.2 all Vi IMproved - Runtime files
ii vim-tiny 2:7.4.1689-3ubuntu1.2 amd64 Vi IMproved - enhanced vi editor - compact version
Thanks for your workaround, it works. Let me know if you need more information.
Not sure which version I was on before, but after an update to 7.01 I get a wall of failures when using vimdiff. Am I doing something wrong?