Skip to content

Commit 445ba61

Browse files
committed
config-files.md: delete $(SYS.var)
`$(SYS.var)` was an NppExec variable, isn't understood by the **Run > Run** or `<Command>`, and shouldn't have been in the documentation for Notepad++
1 parent fff81d6 commit 445ba61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/docs/config-files.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ CURRENT_DIRECTORY | The active file's directory | `E:\My Web\main`
136136
FILE_NAME | The active file's name | `welcome.html`
137137
NAME_PART | The filename without extension | `welcome`
138138
EXT_PART | The extension | `html`
139-
SYS._var_ | the _var_ system environment variable | `$(SYS.PATH)` will expand to your `%PATH%` environment variable
140139
CURRENT_WORD | the active selection in Notepad++, or the word under the cursor |
141140
CURRENT_LINE | the line number where the cursor is currently located in the editor window | `1`
142141
CURRENT_COLUMN | the column number where the cursor is currently located in the editor window | `5`

0 commit comments

Comments
 (0)