Pārlūkot izejas kodu

Use the blackhole register for :delete

Marco Hinz 12 gadi atpakaļ
vecāks
revīzija
c657a56659
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)
   endfor
 
-  silent $delete
+  silent $delete _
 
   if s:show_special
     call append('$', ['', '   [q]  <quit>'])