JCLiang / vim-cscope-utils

A vim plugin that creates and auto-loads ctags, cscope, and pycscope database for you.
15 stars 4 forks source link

Customizable arguments to ctag/cscope commands #3

Closed martinpelikan closed 9 years ago

martinpelikan commented 9 years ago

Allowing additional arguments to the commands could benefit usage of other plugins. For example, YouCompleteMe has support for ctags but requires the --fields=+l option to be used.

JCLiang commented 9 years ago

Fixed in e93dd0a11d7dae8ae85f72bd8eb9a743c268f58d.