From 1186bf63822046e841f48de48215fe9d68f5808a Mon Sep 17 00:00:00 2001 From: Himujjal Upadhyaya Date: Thu, 10 Sep 2020 21:47:09 +0530 Subject: [PATCH] [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%`. --- doc.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc.go b/doc.go index 224e0df..18ba3d6 100644 --- a/doc.go +++ b/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: