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