Disable bottom scrollbar if vim is starting as the filer

This commit is contained in:
Kevin 2014-04-02 11:51:01 -04:00
parent 47443ee414
commit 0f006d69dd

View file

@ -90,6 +90,8 @@
set guioptions-=T "remove the toolbar
set guioptions-=m "remove the toolbar
autocmd FileType vimfiler set go-=b
if &wrap
set go-=b "disable the bottom scrollbar on launch iff text wrapping is enabled
else