Join some setlocal commands

This commit is contained in:
Marco Hinz 2013-07-30 00:05:06 +02:00
parent 2c77ba02a2
commit 1675e50fca

View file

@ -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