ソースを参照

Disable spell checking

Trevor L. McDonell 9 年 前
コミット
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