Readd s:lastline

This commit is contained in:
Marco Hinz 2013-09-20 14:23:20 +02:00
parent 041f8461f4
commit 80c379980b

View file

@ -82,6 +82,8 @@ function! startify#insane_in_the_membrane() abort
call append('$', ['', ' [q] <quit>'])
endif
let s:lastline = line('$')
if exists('g:startify_custom_footer')
call append('$', g:startify_custom_footer)
endif