@@ -63,6 +63,9 @@ function! startify#insane_in_the_membrane() abort
if empty(&statusline)
setlocal statusline=\ startify
endif
+ if v:version >= 700
+ setlocal nospell
+ endif
if v:version >= 703
setlocal norelativenumber