removed comments
This commit is contained in:
parent
19e7edff41
commit
51d9fcbf19
|
@ -1,6 +1,5 @@
|
||||||
set ttyfast
|
set ttyfast
|
||||||
|
|
||||||
" set t_Sf=<Esc>[3%p1%dm " foreground colour
|
|
||||||
if &term == 'xterm-256color'
|
if &term == 'xterm-256color'
|
||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
|
@ -11,8 +10,6 @@ colorscheme customred256
|
||||||
set guioptions-=mTrLb
|
set guioptions-=mTrLb
|
||||||
set guioptions+=c
|
set guioptions+=c
|
||||||
|
|
||||||
" set t_Sb=<Esc>[4%p1%dm " background coloru
|
|
||||||
|
|
||||||
set updatetime=100
|
set updatetime=100
|
||||||
|
|
||||||
set backupdir=~/.vimtmp
|
set backupdir=~/.vimtmp
|
||||||
|
|
Loading…
Reference in New Issue