mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-18 16:43:06 -05:00
norelativenumber required for pad windows when g:goyo_linenr is set
This commit is contained in:
@@ -46,7 +46,7 @@ function! s:init_pad(command)
|
|||||||
execute a:command
|
execute a:command
|
||||||
|
|
||||||
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
||||||
\ nonu nocursorline colorcolumn=
|
\ nonu nornu nocursorline colorcolumn=
|
||||||
\ winfixwidth winfixheight statusline=\
|
\ winfixwidth winfixheight statusline=\
|
||||||
let bufnr = winbufnr(0)
|
let bufnr = winbufnr(0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user