浏览代码

Use the blackhole register for :delete

Marco Hinz 12 年之前
父节点
当前提交
c657a56659
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -78,7 +78,7 @@ function! startify#insane_in_the_membrane() abort
     let cnt = s:show_{list}(cnt)
     let cnt = s:show_{list}(cnt)
   endfor
   endfor
 
 
-  silent $delete
+  silent $delete _
 
 
   if s:show_special
   if s:show_special
     call append('$', ['', '   [q]  <quit>'])
     call append('$', ['', '   [q]  <quit>'])