From 02bf007fb7c15539c49fe97b244328b27e14d922 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 28 Mar 2014 10:11:56 +0900 Subject: [PATCH] Set nocursorcolumn for pad windows (Fix #20) --- plugin/goyo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/goyo.vim b/plugin/goyo.vim index 751162c..5519dd5 100644 --- a/plugin/goyo.vim +++ b/plugin/goyo.vim @@ -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