# HG changeset patch # User Ludovic Chabant # Date 1458959219 25200 # Node ID efbe60d4865d2ed366cd5cd9a8c1a9bc70c9ff02 # Parent 05fc1e2172ccab273a15305f8168526a0a7d065e# Parent 7db339a3961fdf1aec1823b87f56f5258d66e8a4 Merge pull request #62 from GitHub. diff -r 05fc1e2172cc -r efbe60d4865d autoload/gutentags.vim --- 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.