Mercurial > vim-gutentags
diff autoload/gutentags.vim @ 58:f00ae5797e48
Remove manual tags generation command.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 May 2015 21:47:34 -0700 |
parents | fca5dc8c8022 |
children | 4cda41f830c3 |
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(...)