diff --git a/doc.md b/doc.md index dd3e3dd1..90637399 100644 --- a/doc.md +++ b/doc.md @@ -1196,7 +1196,7 @@ Command `set` is used to set an option which can be a boolean, integer, or strin set sortby "time" # string value with double quotes (backslash escapes) Command `setlocal` is used to set a local option for a directory which can be a boolean or string. -Currently supported local options are `dirfirst`, `dironly`, `hidden`, `info`, `reverse`, `sortby` and `locale`. +Currently supported local options are `dircounts`, `dirfirst`, `dironly`, `hidden`, `info`, `reverse`, `sortby` and `locale`. Adding a trailing path separator (i.e. `/` for Unix and `\` for Windows) sets the option for the given directory along with its subdirectories: setlocal /foo/bar hidden # boolean enable diff --git a/doc.txt b/doc.txt index 5a97f2b5..72d9f2cd 100644 --- a/doc.txt +++ b/doc.txt @@ -1320,10 +1320,10 @@ string: set sortby "time" # string value with double quotes (backslash escapes) Command setlocal is used to set a local option for a directory which can -be a boolean or string. Currently supported local options are dirfirst, -dironly, hidden, info, reverse, sortby and locale. Adding a trailing -path separator (i.e. / for Unix and \ for Windows) sets the option for -the given directory along with its subdirectories: +be a boolean or string. Currently supported local options are dircounts, +dirfirst, dironly, hidden, info, reverse, sortby and locale. Adding a +trailing path separator (i.e. / for Unix and \ for Windows) sets the +option for the given directory along with its subdirectories: setlocal /foo/bar hidden # boolean enable setlocal /foo/bar hidden true # boolean enable diff --git a/lf.1 b/lf.1 index 94a83251..8ae32bfd 100644 --- a/lf.1 +++ b/lf.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.11.4 .\" -.TH "LF" "1" "2025-02-09" "" "DOCUMENTATION" +.TH "LF" "1" "2025-02-18" "" "DOCUMENTATION" .hy .SH NAME .PP @@ -1329,9 +1329,9 @@ set sortby \[dq]time\[dq] # string value with double quotes (backslash escapes) .PP Command \f[C]setlocal\f[R] is used to set a local option for a directory which can be a boolean or string. -Currently supported local options are \f[C]dirfirst\f[R], -\f[C]dironly\f[R], \f[C]hidden\f[R], \f[C]info\f[R], \f[C]reverse\f[R], -\f[C]sortby\f[R] and \f[C]locale\f[R]. +Currently supported local options are \f[C]dircounts\f[R], +\f[C]dirfirst\f[R], \f[C]dironly\f[R], \f[C]hidden\f[R], \f[C]info\f[R], +\f[C]reverse\f[R], \f[C]sortby\f[R] and \f[C]locale\f[R]. Adding a trailing path separator (i.e. \f[C]/\f[R] for Unix and \f[C]\[rs]\f[R] for Windows) sets the option for the given directory along with its subdirectories: