Trevor L. McDonell 9 жил өмнө
parent
commit
71a517c93c
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      autoload/startify.vim

+ 3 - 0
autoload/startify.vim

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