Skip to content

Commit

Permalink
vim: Enable termguicolors only on vim>=800
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Oct 24, 2016
1 parent 1f205f3 commit 7fdd8cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vim/.vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ set wildmenu
set wildignore+=.hg,.git,.svn,*.o,*.d
set lazyredraw

set termguicolors
if v:version >= 800
set termguicolors
endif

set completeopt=preview,menu,menuone
set diffopt+=filler
Expand Down

0 comments on commit 7fdd8cc

Please sign in to comment.