@@ -52,23 +52,19 @@ function! startify#insane_in_the_membrane() abort
endfor
endif
- setlocal
+ silent! setlocal
\ bufhidden=wipe
\ nobuflisted
\ nocursorcolumn
\ nocursorline
\ nolist
\ nonumber
+ \ norelativenumber
+ \ nospell
\ noswapfile
if empty(&statusline)
setlocal statusline=\ startify
- if v:version >= 700
- setlocal nospell
- endif
- if v:version >= 703
- setlocal norelativenumber
" Must be global so that it can be read by syntax/startify.vim.
if exists('g:startify_custom_header')