From 0f006d69dd4597fbb54da7ae963dce1c2f6a5b68 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 2 Apr 2014 11:51:01 -0400 Subject: [PATCH] Disable bottom scrollbar if vim is starting as the filer --- vim/config/settings.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index c37a3b7..9ec4692 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -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