From 0f578fc2581ae189ce61bd48994da0d3f89d9713 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 3 Dec 2013 08:26:55 +0900 Subject: [PATCH] norelativenumber required for pad windows when g:goyo_linenr is set --- plugin/goyo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/goyo.vim b/plugin/goyo.vim index b8b4521..ab51e83 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 colorcolumn= + \ nonu nornu nocursorline colorcolumn= \ winfixwidth winfixheight statusline=\ let bufnr = winbufnr(0)