We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff81d6 commit 445ba61Copy full SHA for 445ba61
content/docs/config-files.md
@@ -136,7 +136,6 @@ CURRENT_DIRECTORY | The active file's directory | `E:\My Web\main`
136
FILE_NAME | The active file's name | `welcome.html`
137
NAME_PART | The filename without extension | `welcome`
138
EXT_PART | The extension | `html`
139
-SYS._var_ | the _var_ system environment variable | `$(SYS.PATH)` will expand to your `%PATH%` environment variable
140
CURRENT_WORD | the active selection in Notepad++, or the word under the cursor |
141
CURRENT_LINE | the line number where the cursor is currently located in the editor window | `1`
142
CURRENT_COLUMN | the column number where the cursor is currently located in the editor window | `5`
0 commit comments