From 1675e50fcaa5eca5f758d9d8076bc84129cee2b6 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 30 Jul 2013 00:05:06 +0200 Subject: [PATCH] Join some setlocal commands --- autoload/startify.vim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 238a5e5..a2c5b68 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -32,10 +32,7 @@ function! startify#insane_in_the_membrane() abort enew setfiletype startify - setlocal buftype=nofile - setlocal bufhidden=wipe - setlocal nobuflisted - setlocal noswapfile + setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe setlocal nonumber nolist statusline=\ startify if v:version >= 703