diff --git a/autoload/startify.vim b/autoload/startify.vim index 914feba..40f587a 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -139,7 +139,7 @@ function! startify#insane_in_the_membrane() abort autocmd startify BufReadPost * call s:restore_position() endif - call cursor((s:show_special ? 2 : 0) + s:headoff, 5) + call cursor((s:show_special ? 2 : 0) + s:headoff + 2, 5) silent! doautocmd startify User endfunction