mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-14 06:13:49 -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
|
execute a:command
|
||||||
|
|
||||||
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
||||||
\ nonu nocursorline winfixwidth winfixheight statusline=\
|
\ nonu nocursorline nocursorcolumn winfixwidth winfixheight statusline=\
|
||||||
if exists('&rnu')
|
if exists('&rnu')
|
||||||
setlocal nornu
|
setlocal nornu
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user