Join some setlocal commands
This commit is contained in:
parent
2c77ba02a2
commit
1675e50fca
|
@ -32,10 +32,7 @@ function! startify#insane_in_the_membrane() abort
|
||||||
enew
|
enew
|
||||||
setfiletype startify
|
setfiletype startify
|
||||||
|
|
||||||
setlocal buftype=nofile
|
setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
|
||||||
setlocal bufhidden=wipe
|
|
||||||
setlocal nobuflisted
|
|
||||||
setlocal noswapfile
|
|
||||||
setlocal nonumber nolist statusline=\ startify
|
setlocal nonumber nolist statusline=\ startify
|
||||||
|
|
||||||
if v:version >= 703
|
if v:version >= 703
|
||||||
|
|
Loading…
Reference in a new issue