Fix cursor handling

The cursor wouldn't wrap around to the top entry when you hit 'j' on the
last one.
This commit is contained in:
Marco Hinz 2013-09-20 02:35:19 +02:00
parent 9a6cd473d2
commit eb6e522245

View file

@ -83,6 +83,7 @@ function! startify#insane_in_the_membrane() abort
endif
let s:lastline = line('$')
call append('$', '')
if exists('g:startify_custom_footer')
call append('$', g:startify_custom_footer)