Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelim-work committed Feb 18, 2025
1 parent 29ae840 commit 22f9cd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions lf.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 22f9cd8

Please sign in to comment.