Only set customized &stl if it's empty

References #118.
This commit is contained in:
Marco Hinz 2014-11-16 14:06:25 +01:00
parent d17bc302d4
commit e964a581d0
2 changed files with 4 additions and 15 deletions

View file

@ -61,7 +61,9 @@ function! startify#insane_in_the_membrane() abort
\ nolist
\ nonumber
\ noswapfile
\ statusline=\ startify
if empty(&statusline)
setlocal statusline=\ startify
endif
if v:version >= 703
setlocal norelativenumber
endif