mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-13 05:43:50 -05:00
Set nocursorcolumn for pad windows (Fix #20)
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 winfixwidth winfixheight statusline=\
|
||||
\ nonu nocursorline nocursorcolumn winfixwidth winfixheight statusline=\
|
||||
if exists('&rnu')
|
||||
setlocal nornu
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user