aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/text.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-11 11:35:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-11 11:35:39 +1200
commitd000843e89f0d7f99a8442dff1c030835c73f065 (patch)
tree26f6e7d26e33e08fc4997e826ea5c59a2d570b19 /vim/after/ftplugin/text.vim
parentMerge branch 'release/v4.23.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4.24.0.tar.gz (sig)
dotfiles-4.24.0.zip
Merge branch 'release/v4.24.0'v4.24.0
* release/v4.24.0: Bump VERSION Replace text.vim ftplugin entirely
Diffstat (limited to 'vim/after/ftplugin/text.vim')
-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