Split guioptions so they all apply properly
This commit is contained in:
parent
a73c9ede53
commit
709cd90f62
1 changed files with 4 additions and 2 deletions
6
vimrc
6
vimrc
|
@ -190,8 +190,10 @@ if has('gui_running')
|
|||
set rop=type:directx
|
||||
endif
|
||||
set columns=132
|
||||
set guioptions+=cm
|
||||
set guioptions-=Tf
|
||||
set guioptions+=c
|
||||
set guioptions+=m
|
||||
set guioptions-=T
|
||||
set guioptions-=f
|
||||
set lines=43
|
||||
"
|
||||
" Set theme for GUI.
|
||||
|
|
Loading…
Reference in a new issue