check if gui is running
This commit is contained in:
parent
123b9edef8
commit
45f3fddd5f
7
vimrc
7
vimrc
|
@ -102,9 +102,10 @@ filetype plugin indent on " required
|
||||||
" see :h vundle for more details or wiki for FAQ
|
" see :h vundle for more details or wiki for FAQ
|
||||||
" Put your non-Plugin stuff after this line
|
" Put your non-Plugin stuff after this line
|
||||||
|
|
||||||
" let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
if has("gui_running")
|
||||||
" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
set termguicolors
|
||||||
set termguicolors
|
endif
|
||||||
|
|
||||||
colorscheme customred256
|
colorscheme customred256
|
||||||
|
|
||||||
set backupdir=~/.vimtmp
|
set backupdir=~/.vimtmp
|
||||||
|
|
Loading…
Reference in New Issue