aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 22:42:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 22:42:46 +1200
commite85f002ac8a7eb9412440f3c93c71e56c57028df (patch)
tree728c9ca06842530e9a90eb85fbd7248bf26eb446 /vim
parentRemove unneeded password filetype (diff)
downloaddotfiles-e85f002ac8a7eb9412440f3c93c71e56c57028df.tar.gz
dotfiles-e85f002ac8a7eb9412440f3c93c71e56c57028df.zip
Add explanatory comment on Vim indent ftplugin
Diffstat (limited to 'vim')
-rw-r--r--vim/indent/html.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/indent/html.vim b/vim/indent/html.vim
index d93443a7..b31564f6 100644
--- a/vim/indent/html.vim
+++ b/vim/indent/html.vim
@@ -1,2 +1,5 @@
+" No load guard--we want this to run just before the stock runtime script to
+" change its behaviour. We don't want to block it.
+
" Indent after <p> paragraph tags too
let html_indent_inctags = 'p'