aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/html.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-23 11:24:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-23 11:24:51 +1200
commit764bbeef64cc575a55ab0a22e22c095ac7d564ad (patch)
tree2ca8e9a84c4bfb71f12a3959e2fb4a4dc1dd8aaa /vim/after/ftplugin/html.vim
parentMerge branch 'release/v4.38.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4.39.0.tar.gz (sig)
dotfiles-4.39.0.zip
Merge branch 'release/v4.39.0'v4.39.0
* release/v4.39.0: (33 commits) Bump VERSION Use case-sensitive operators to appease vim-vint Correct :return to :break Run repeat blank squeeze on mail reply Normalise quoting in mail Strip trailing blanks after greeting Improve opening-greeting strip from mail ftplugin Add foldexpr function deletion to undo Give credit to Tim Pope Adopt heading-based Markdown folding Remove redundancies from 'formatoptions' setting Break apart 'comments' definitions Use variable assignment for complex pattern Correct definition for b:undo_ftplugin Refactor undo_ftplugin lines for Markdown ftplugin Break up Markdown ftplugin option settings Adjust header/footer for Markdown ftplugin Remove HTML ftplugin import from Markdown ftplugin Move my after ftplugin for Markdown into main Add Tim Pope's Markdown ftplugin ...
Diffstat (limited to 'vim/after/ftplugin/html.vim')
-rw-r--r--vim/after/ftplugin/html.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim
index 8b390528..93845a80 100644
--- a/vim/after/ftplugin/html.vim
+++ b/vim/after/ftplugin/html.vim
@@ -1,8 +1,3 @@
-" Don't load if the buffer is not actually HTML (e.g. Markdown)
-if &filetype !=# 'html'
- finish
-endif
-
" Spellcheck documents we're actually editing (not just viewing)
if &modifiable && !&readonly
setlocal spell