From 33c39a00f99dbd94e08556dc296f6d78abc9276d Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Fri, 29 Aug 2014 23:13:12 -0600 Subject: [PATCH] disabled scroll offset --- plugin/pencil.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pencil.vim b/plugin/pencil.vim index 3c6c3a9..22b24fa 100644 --- a/plugin/pencil.vim +++ b/plugin/pencil.vim @@ -24,7 +24,7 @@ fun! s:TogFocus() set cursorline set laststatus=0 set noruler - set scrolloff=999 + "set scrolloff=999 let g:colors_focus = 1 else set nocursorline