atags.vim icon indicating copy to clipboard operation
atags.vim copied to clipboard

Use value of `tags` to determine output path?

Open codeinabox opened this issue 9 years ago • 1 comments

Would it make sense to use the value of set tags to determine the output path?

codeinabox avatar Feb 03 '17 16:02 codeinabox

@codeinabox atags.vim is a facility to execute your own tag generation command in a non-blocking way. It has a default command (https://github.com/fntlnz/atags.vim/blob/master/autoload/atags.vim#L46-L50) so at the moment if you need to change output path you just change that command.

However I agree with you that would be useful to have a way to set (or to determine) a path for the tags exposing that value as a variable for the script.

We could also add more in the future to allow a full parametrization of the default script or user's scripts.

fntlnz avatar Feb 06 '17 13:02 fntlnz