changeset 103:efbe60d4865d

Merge pull request #62 from GitHub.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 25 Mar 2016 19:26:59 -0700
parents 05fc1e2172cc (current diff) 7db339a3961f (diff)
children 563fbba43288
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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.