Marco Hinz 12 лет назад
Родитель
Сommit
98aaf4e70c
1 измененных файлов с 3 добавлено и 4 удалено
  1. 3 4
      autoload/startify.vim

+ 3 - 4
autoload/startify.vim

@@ -28,7 +28,8 @@ function! startify#insane_in_the_membrane() abort
       endif
     endfor
   endif
-  setlocal nonumber noswapfile nolist bufhidden=wipe
+
+  setlocal nonumber noswapfile nolist bufhidden=wipe statusline=\ 
   if (v:version >= 703)
     setlocal norelativenumber
   endif
@@ -41,13 +42,11 @@ function! startify#insane_in_the_membrane() abort
     let s:offset_header += len(g:startify_custom_header)
   endif
 
-  let sep = startify#get_separator()
-  let cnt = 0
-
   if s:show_special
     call append('$', '   [e]  <empty buffer>')
   endif
 
+  let cnt = 0
   if s:show_dir
     let cnt = s:show_dir(cnt)
   endif