From 46f7b5b6413c28b8d1ddbe9b9abe59d88a7ee153 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 29 Nov 2018 19:58:05 +1300 Subject: Add timestamp augroup clearing to Vim ft=html --- vim/after/ftplugin/html.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/after') 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') -- cgit v1.2.3