changeset 100:e9ef45f763d4

add user autocmds for after tags updated
author David O'Trakoun <me@davidosomething.com>
date Sat, 13 Feb 2016 15:30:30 -0500
parents d645125192aa
children 7db339a3961f
files autoload/gutentags.vim
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/autoload/gutentags.vim	Thu Feb 25 21:04:46 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.