mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-10 04:13:51 -05:00
No need to manually fill statusline with spaces
This commit is contained in:
@@ -122,7 +122,7 @@ function! s:tranquilize()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:hide_statusline()
|
function! s:hide_statusline()
|
||||||
let &l:statusline = repeat(' ', winwidth(0))
|
setlocal statusline=\
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:hide_linenr()
|
function! s:hide_linenr()
|
||||||
|
|||||||
Reference in New Issue
Block a user