소스 검색

Readd s:lastline

Marco Hinz 12 년 전
부모
커밋
80c379980b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      autoload/startify.vim

+ 2 - 0
autoload/startify.vim

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