No need to manually fill statusline with spaces

This commit is contained in:
Junegunn Choi
2017-01-03 00:49:29 +09:00
parent 2fd0fcb691
commit ebdd67fd61

View File

@@ -122,7 +122,7 @@ function! s:tranquilize()
endfunction
function! s:hide_statusline()
let &l:statusline = repeat(' ', winwidth(0))
setlocal statusline=\
endfunction
function! s:hide_linenr()