1
0
Fork 0

oops, wrong vim version, 7.4 cannot termguicolors

This commit is contained in:
Von Random 2016-12-06 20:01:50 +03:00
parent 1d0e1f93b9
commit f14eb5dc32

2
vimrc
View file

@ -164,7 +164,7 @@ if v:version >= 700
colorscheme neodark
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>
elseif (has("nvim") || v:version >= 704) && $TERM != 'screen'
elseif (has("nvim") || v:version >= 800) && $TERM != 'screen'
" fix tmux and st
set t_8f=[38;2;%lu;%lu;%lum
set t_8b=[48;2;%lu;%lu;%lum