mirror of
https://github.com/akelge/vim
synced 2025-07-12 01:22:10 +00:00
Cleanup of plugins
Small changes
This commit is contained in:
14
gvimrc
14
gvimrc
@ -4,7 +4,14 @@
|
||||
" $Id$
|
||||
"
|
||||
|
||||
set guifont=Monaco\ 11
|
||||
if has('mac') || has('macunix')
|
||||
set guifont=Monaco:h11
|
||||
set fuoptions=maxvert,maxhorz
|
||||
set transparency=4
|
||||
else
|
||||
set guifont=Monaco\ 11
|
||||
endif
|
||||
|
||||
set anti
|
||||
set lines=45 " Change in vimrc.local
|
||||
set columns=90 " Change in vimrc.local
|
||||
@ -18,11 +25,6 @@ set guitablabel=%!GuiTabLabel()
|
||||
set guitabtooltip=%!GuiTabToolTip()
|
||||
set background=dark
|
||||
|
||||
if has('mac') || has('macunix')
|
||||
set guifont=Monaco:h11
|
||||
set fuoptions=maxvert,maxhorz
|
||||
set transparency=4
|
||||
endif
|
||||
|
||||
set guioptions-=T
|
||||
set guioptions+=a
|
||||
|
Reference in New Issue
Block a user