norelativenumber required for pad windows when g:goyo_linenr is set

This commit is contained in:
Junegunn Choi
2013-12-03 08:26:55 +09:00
parent 133e182dd3
commit 0f578fc258

View File

@@ -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)