From 71a517c93c5a753707db8cb1ce2355247d93e3d6 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Thu, 2 Jun 2016 16:32:41 +1000 Subject: [PATCH] Disable spell checking --- autoload/startify.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoload/startify.vim b/autoload/startify.vim index c043fe2..32dc4e7 100644 --- a/autoload/startify.vim +++ b/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