Explorar o código

Fix header clipping

References #31.
Marco Hinz %!s(int64=12) %!d(string=hai) anos
pai
achega
e9f28fb929
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      autoload/startify.vim

+ 1 - 0
autoload/startify.vim

@@ -93,6 +93,7 @@ function! startify#insane_in_the_membrane() abort
   autocmd! startify *
   autocmd  startify CursorMoved <buffer> call s:set_cursor()
 
+  1
   call cursor((s:show_special ? 4 : 2) + s:offset_header, 5)
 endfunction