disable menubar/toolbar in gui mode

This commit is contained in:
Thomas L 2017-10-03 03:41:00 +02:00
parent 40509f5e53
commit 7712c4c993

2
vimrc
View file

@ -1,4 +1,6 @@
set sts=4 sw=4 et set sts=4 sw=4 et
set guioptions-=m
set guioptions-=T
runtime bundle/vim-pathogen/autoload/pathogen.vim runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect() execute pathogen#infect()