From 0001558ea2893adf47e1df009ab0ca51f8b4cea8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 11 May 2019 11:33:54 +1200 Subject: Replace text.vim ftplugin entirely This makes more sense than dancing around the potential availability of the stock one. --- vim/after/ftplugin/text.vim | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vim/after/ftplugin/text.vim (limited to 'vim/after/ftplugin') diff --git a/vim/after/ftplugin/text.vim b/vim/after/ftplugin/text.vim deleted file mode 100644 index cda2891c..00000000 --- a/vim/after/ftplugin/text.vim +++ /dev/null @@ -1,5 +0,0 @@ -" Spellcheck documents we're actually editing (not just viewing) -if has('spell') && &modifiable && !&readonly - setlocal spell - let b:undo_ftplugin .= '|setlocal spell<' -endif -- cgit v1.2.3