comparison 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
comparison
equal deleted inserted replaced
57:6c98089d9ffa 58:f00ae5797e48
254 endtry 254 endtry
255 endfunction 255 endfunction
256 256
257 " }}} 257 " }}}
258 258
259 " Manual Tagfile Generation {{{
260
261 function! s:generate_tags(bang, ...) abort
262 call s:update_tags(1, 0, a:1)
263 endfunction
264
265 command! -bang -nargs=1 -complete=file GutentagsGenerate :call s:generate_tags(<bang>0, <f-args>)
266
267 " }}}
268
269 " Utility Functions {{{ 259 " Utility Functions {{{
270 260
271 function! gutentags#rescan(...) 261 function! gutentags#rescan(...)
272 if exists('b:gutentags_files') 262 if exists('b:gutentags_files')
273 unlet b:gutentags_files 263 unlet b:gutentags_files