diff autoload/gutentags.vim @ 48:c1b33dc55b1c

Fix bug with `GutentagsUpdate` command.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Apr 2015 21:46:54 -0700
parents 7b419abf7fba
children 96067ed08fb1
line wrap: on
line diff
--- 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