vim: hide statusbar by default

This commit is contained in:
lelgenio 2019-10-17 15:37:29 -03:00
parent c92c401bb6
commit 2d8a2088f4
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ EOF
" "
"Hide statusbar "Hide statusbar
" "
let s:hidden_all = 0 let s:hidden_all = 1
function! ToggleHiddenAll() function! ToggleHiddenAll()
if s:hidden_all == 0 if s:hidden_all == 0
let s:hidden_all = 1 let s:hidden_all = 1