浏览代码

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