Merge branch 'master' of github.com:commandline/vimrc
This commit is contained in:
commit
913393516b
1 changed files with 0 additions and 12 deletions
|
@ -8,15 +8,3 @@ setlocal nolist
|
||||||
setlocal formatoptions-=t
|
setlocal formatoptions-=t
|
||||||
" turn off line width hint
|
" turn off line width hint
|
||||||
setlocal colorcolumn=0
|
setlocal colorcolumn=0
|
||||||
|
|
||||||
" narrow width for gui since text will softwrap based on width
|
|
||||||
if has("gui_running")
|
|
||||||
" narrow the gui window for text wrangling
|
|
||||||
" setlocal columns=120
|
|
||||||
endif
|
|
||||||
|
|
||||||
" open full screen with macvim
|
|
||||||
if has("gui_macvim")
|
|
||||||
set fuoptions=maxvert,maxhorz
|
|
||||||
au GUIEnter * set fullscreen
|
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in a new issue