jsfaint / gen_tags.vim

Async plugin for vim and neovim to ease the use of ctags/gtags
https://vim.sourceforge.io/scripts/script.php?script_id=5499
MIT License
312 stars 42 forks source link

g:gen_tags#global_opts #80

Closed sassanh closed 5 years ago

sassanh commented 5 years ago

Setting g:gen_tags#gtags_opts doesn't set the options passed to global, which is good but we need a g:gen_tags#global_opts then. To set things like --gtagsconf.

jsfaint commented 5 years ago

Sorry for the late reply, I don't have much time on this right now. Please make a PR for if you can, thanks!