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
Variable Description {{caret_position}} Returns both line and column (e.g. 1442:10) {{caret_position:line}} Returns just line (e.g. 1442) {{caret_position:column}} Returns just column (e.g. 10)
{{caret_position}}
1442:10
{{caret_position:line}}
1442
{{caret_position:column}}
10
The text was updated successfully, but these errors were encountered:
Taitava#119: added caret_position variable
ac387e9
296b933
CHANGELOG.md: An addition as per #119.
b2bc836
Released.
Sorry, something went wrong.
CHANGELOG.md: Forgot to mention that vrajur contributed #119.
771e377
Successfully merging a pull request may close this issue.
Discussed in #114
The text was updated successfully, but these errors were encountered: