From 3fb8465c0f2f3dca394583fce3df803fbb359f06 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 18 Sep 2013 11:43:05 +0200 Subject: [PATCH] Silent "1 line less" message --- autoload/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 5a5f48b..eede0d3 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -76,7 +76,7 @@ function! startify#insane_in_the_membrane() abort let cnt = s:show_{list}(cnt) endfor - $delete + silent $delete if s:show_special call append('$', ['', ' [q] '])