aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin')
-rw-r--r--vim/after/ftplugin/text.vim5
1 files changed, 0 insertions, 5 deletions
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