From c657a56659986de05f918d729979aea7d316fabb Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 18 Oct 2013 19:41:42 +0200 Subject: [PATCH] Use the blackhole register for :delete --- autoload/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 022d58f..011b938 100644 --- a/autoload/startify.vim +++ b/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] '])