Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use value of tags to determine output path? #10

Open
codeinabox opened this issue Feb 3, 2017 · 1 comment
Open

Use value of tags to determine output path? #10

codeinabox opened this issue Feb 3, 2017 · 1 comment

Comments

@codeinabox
Copy link

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

@fntlnz
Copy link
Owner

fntlnz commented Feb 6, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants