Set nocursorcolumn for pad windows (Fix #20)

This commit is contained in:
Junegunn Choi
2014-03-28 10:11:56 +09:00
parent b82478a5d0
commit 02bf007fb7

View File

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