changeset 58:f00ae5797e48

Remove manual tags generation command.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 May 2015 21:47:34 -0700
parents 6c98089d9ffa
children 4cda41f830c3
files autoload/gutentags.vim
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/autoload/gutentags.vim	Wed Apr 29 21:24:16 2015 -0700
+++ b/autoload/gutentags.vim	Tue May 05 21:47:34 2015 -0700
@@ -256,16 +256,6 @@
 
 " }}}
 
-" Manual Tagfile Generation {{{
-
-function! s:generate_tags(bang, ...) abort
-    call s:update_tags(1, 0, a:1)
-endfunction
-
-command! -bang -nargs=1 -complete=file GutentagsGenerate :call s:generate_tags(<bang>0, <f-args>)
-
-" }}}
-
 " Utility Functions {{{
 
 function! gutentags#rescan(...)