From 687ee156f81eed4dfa429d398da1c89f95411fc4 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 11 Jul 2013 13:54:52 +0200 Subject: [PATCH] Set nolist locally --- autoload/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index eaee2f0..eb9a894 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -20,7 +20,7 @@ function! startify#insane_in_the_membrane() abort endif endfor endif - setlocal nonumber noswapfile bufhidden=wipe + setlocal nonumber noswapfile nolist bufhidden=wipe if (v:version >= 703) setlocal norelativenumber endif