소스 검색

Fix cursor handling

The cursor wouldn't wrap around to the top entry when you hit 'j' on the
last one.
Marco Hinz 12 년 전
부모
커밋
eb6e522245
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      autoload/startify.vim

+ 1 - 0
autoload/startify.vim

@@ -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)