mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-15 14:53:50 -05:00
Fix winfixwidth
This commit is contained in:
@@ -47,7 +47,7 @@ function! s:init_pad(command)
|
||||
|
||||
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
||||
\ nonu nocursorline colorcolumn=
|
||||
\ statusline=\ winfixwidth winfixheight
|
||||
\ winfixwidth winfixheight statusline=\
|
||||
let bufnr = winbufnr(0)
|
||||
|
||||
execute winnr('#') . 'wincmd w'
|
||||
|
||||
Reference in New Issue
Block a user