We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
g:vader_file currently contains the main .vader file always, and gets not updated for when Include is used.
g:vader_file
.vader
Include
I've changed this in #107 (3eb2541), but since this is a breaking change it is probably better to use a new variable for it?!
The doc currently says:
The path of the current .vader file can be accessed via g:vader_file.
The text was updated successfully, but these errors were encountered:
Without any feedback I will add a new var g:vader_current_file (or similar for it).
g:vader_current_file
I came across this when writing new tests for #107, where it is useful to get the current test's filename.
Sorry, something went wrong.
Changed to use g:vader_current_file already for backward compatibility. Feedback would be still welcome, of course.. :)
No branches or pull requests
g:vader_file
currently contains the main.vader
file always, and gets not updated for whenInclude
is used.I've changed this in #107 (3eb2541), but since this is a breaking change it is probably better to use a new variable for it?!
The doc currently says:
The text was updated successfully, but these errors were encountered: