[Minor Fix]: Doc update for Windows Users (#465)
A minor change was fixed in `doc.go:142` for Windows Users. Clear instructions for using `$f`, `$fs`, `$fx` and `$id` in Windows as `%f%`, `%fs%`, `%fx%` and `%id%`.
This commit is contained in:
parent
61442f8880
commit
1186bf6382
4
doc.go
4
doc.go
@ -139,10 +139,14 @@ The following variables are exported for shell commands:
|
|||||||
$fx current file or selected file(s) if any
|
$fx current file or selected file(s) if any
|
||||||
$id id number of the client
|
$id id number of the client
|
||||||
|
|
||||||
|
For Windows, the above variables are exported as `%f%`, `%fs`, `%fx%` and `%id%` respectively.
|
||||||
|
|
||||||
The following variables are set to the corresponding values:
|
The following variables are set to the corresponding values:
|
||||||
|
|
||||||
$LF_LEVEL current nesting level
|
$LF_LEVEL current nesting level
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The following default values are set to the environmental variables on unix
|
The following default values are set to the environmental variables on unix
|
||||||
when they are not set or empty:
|
when they are not set or empty:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user