vim-taggatron icon indicating copy to clipboard operation
vim-taggatron copied to clipboard

add support to multiple ctags commands

Open cherrry opened this issue 10 years ago • 0 comments

I have add support to multiple commands for generating tags, it is useful for separating tags for vendor code and my code, so that ctags update could be faster by writing to a much smaller file

the only drawback is that I need to specify tags file one by one in .vimrc to load

p.s. additional fix is added to follow symbolic link in files option

cherrry avatar Aug 10 '14 01:08 cherrry