[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:
Himujjal Upadhyaya 2020-09-10 21:47:09 +05:30 committed by GitHub
parent 61442f8880
commit 1186bf6382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
doc.go
View File

@ -138,11 +138,15 @@ The following variables are exported for shell commands:
$fs selected file(s) separated with 'filesep' $fs selected file(s) separated with 'filesep'
$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: