mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-15 23:03: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
|
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
||||||
\ nonu nocursorline colorcolumn=
|
\ nonu nocursorline colorcolumn=
|
||||||
\ statusline=\ winfixwidth winfixheight
|
\ winfixwidth winfixheight statusline=\
|
||||||
let bufnr = winbufnr(0)
|
let bufnr = winbufnr(0)
|
||||||
|
|
||||||
execute winnr('#') . 'wincmd w'
|
execute winnr('#') . 'wincmd w'
|
||||||
|
|||||||
Reference in New Issue
Block a user