[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
@ -138,11 +138,15 @@ The following variables are exported for shell commands:
|
||||
$fs selected file(s) separated with 'filesep'
|
||||
$fx current file or selected file(s) if any
|
||||
$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:
|
||||
|
||||
$LF_LEVEL current nesting level
|
||||
|
||||
|
||||
|
||||
The following default values are set to the environmental variables on unix
|
||||
when they are not set or empty:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user