From 82887366b78444e3a22766d0858a910b58fa8542 Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 13 Feb 2019 10:17:31 +0100 Subject: [PATCH] Added ignoring missing spell files --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index ccfe84b..854fd66 100644 --- a/vimrc +++ b/vimrc @@ -161,6 +161,8 @@ set noswapfile " Strip trailing whitespace option let stripTrailingWhitespace = 1 +" Ignore missing spell files +let loaded_spellfile_plugin = 1 " TOhtml options let html_number_lines = 1