浏览代码

Fix header clipping

References #31.
Marco Hinz 12 年之前
父节点
当前提交
e9f28fb929
共有 1 个文件被更改,包括 1 次插入0 次删除
  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