Disable toolbar in vim GUI.

This commit is contained in:
Ryan Cavicchioni 2010-05-08 21:39:20 -05:00
parent f0db6361c3
commit 62a35c4599

1
.vimrc
View File

@ -12,6 +12,7 @@ if has("gui_running")
"set guifont=Menlo\ Bold
"set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold
set guifont=DejaVu\ Sans\ Mono\ Bold
set guioptions=egmrt
syntax on
endif
set nowrap " Disable word wrap.