aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/html.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-29 19:58:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:19:21 +1300
commit46f7b5b6413c28b8d1ddbe9b9abe59d88a7ee153 (patch)
treeec3c10ed1d0493c1d2a79c758deaeb0c5f77b387 /vim/after/ftplugin/html.vim
parentAbbreviate Vim ft=html autocmd clearing (diff)
downloaddotfiles-46f7b5b6413c28b8d1ddbe9b9abe59d88a7ee153.tar.gz
dotfiles-46f7b5b6413c28b8d1ddbe9b9abe59d88a7ee153.zip
Add timestamp augroup clearing to Vim ft=html
Diffstat (limited to 'vim/after/ftplugin/html.vim')
-rw-r--r--vim/after/ftplugin/html.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim
index 821ba280..46282f7f 100644
--- a/vim/after/ftplugin/html.vim
+++ b/vim/after/ftplugin/html.vim
@@ -17,6 +17,7 @@ augroup html_timestamp
\|endif
augroup END
let b:undo_ftplugin .= '|autocmd! html_timestamp'
+ \ . '|augroup! htmltimestamp'
" Stop here if the user doesn't want ftplugin mappings
if exists('g:no_plugin_maps') || exists('g:no_html_maps')