diff autoload/gutentags.vim @ 103:efbe60d4865d

Merge pull request #62 from GitHub.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 25 Mar 2016 19:26:59 -0700
parents 7db339a3961f
children 2838af9ff980 76a4822aab76 8310e4602de9
line wrap: on
line diff
--- a/autoload/gutentags.vim	Thu Mar 10 14:49:55 2016 -0800
+++ b/autoload/gutentags.vim	Fri Mar 25 19:26:59 2016 -0700
@@ -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.