aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-29 19:57:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:19:09 +1300
commit653b5bee4391d74be53b10b31ab39ba16411e63f (patch)
treeaf5fb3ecc6d2c9bc0ca80b04846da38a9712fdca /vim/after
parentRestore value of 'colorcolumn' after ft=gitcommit (diff)
downloaddotfiles-653b5bee4391d74be53b10b31ab39ba16411e63f.tar.gz
dotfiles-653b5bee4391d74be53b10b31ab39ba16411e63f.zip
Abbreviate Vim ft=html autocmd clearing
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftplugin/html.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim
index 759d06bf..821ba280 100644
--- a/vim/after/ftplugin/html.vim
+++ b/vim/after/ftplugin/html.vim
@@ -16,7 +16,7 @@ augroup html_timestamp
\| call html#TimestampUpdate()
\|endif
augroup END
-let b:undo_ftplugin .= '|autocmd! html_timestamp BufWritePre <buffer>'
+let b:undo_ftplugin .= '|autocmd! html_timestamp'
" Stop here if the user doesn't want ftplugin mappings
if exists('g:no_plugin_maps') || exists('g:no_html_maps')