From 11241aff4ee82496cd435287e8189694d6edd41f Mon Sep 17 00:00:00 2001 From: Matthew Boehm Date: Thu, 19 Sep 2013 17:31:39 -0400 Subject: [PATCH] Remove :1 This was used as a workaround for people setting 'lines' to a too high value when using gvim. References #31. --- autoload/startify.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index eede0d3..8dfc786 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -110,7 +110,6 @@ function! startify#insane_in_the_membrane() abort autocmd startify BufReadPost * call s:restore_position() endif - 1 call cursor((s:show_special ? 4 : 2) + s:headoff, 5) silent! doautocmd startify User