Mercurial > vim-gutentags
changeset 101:32e3d047e54e
add user autocmds for after tags updated
author | David O'Trakoun <me@davidosomething.com> |
---|---|
date | Sat, 13 Feb 2016 15:30:30 -0500 |
parents | 54355724204b |
children | 7db339a3961f |
files | autoload/gutentags.vim |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/autoload/gutentags.vim Mon Jan 18 22:08:51 2016 -0800 +++ b/autoload/gutentags.vim Sat Feb 13 15:30:30 2016 -0500 @@ -262,6 +262,7 @@ for module in g:gutentags_modules call s:update_tags(module, a:bang, 0) endfor + silent doautocmd User GutentagsUpdated endfunction " (Re)Generate the tags file for a buffer that just go saved. @@ -271,6 +272,7 @@ call s:update_tags(module, 0, 2) endfor endif + silent doautocmd User GutentagsUpdated endfunction " Update the tags file for the current buffer's file.