# HG changeset patch # User Ludovic Chabant # Date 1428641214 25200 # Node ID c1b33dc55b1c0a1f98e1fe03db12cadc5a38d72c # Parent 7b419abf7fbaef9513ce31a3146556def2728b16 Fix bug with `GutentagsUpdate` command. diff -r 7b419abf7fba -r c1b33dc55b1c autoload/gutentags.vim --- a/autoload/gutentags.vim Thu Apr 09 21:14:18 2015 -0700 +++ b/autoload/gutentags.vim Thu Apr 09 21:46:54 2015 -0700 @@ -185,7 +185,7 @@ endfunction " (Re)Generate the tags file for the current buffer's file. -function! s:manual_update_tags(module, bang) abort +function! s:manual_update_tags(bang) abort for module in g:gutentags_modules call s:update_tags(module, a:bang, 0) endfor