Skip to content

Commit

Permalink
Mark locale feature as experimental (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelim-work authored Jan 15, 2025
1 parent b34ca15 commit 2375b65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ Format string of the file time shown in the info column when it doesn't match th
## locale (string) (default ``)

An IETF BCP 47 language tag (e.g. `zh-CN`) for specifying the locale used when using sort type `natural` and `name`.

An empty string means disable locale ordering, and the special value `*` is used to indicate reading the locale setting from the system environment.
This feature is currently experimental.

## mouse (bool) (default false)

Expand Down
9 changes: 4 additions & 5 deletions doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -883,11 +883,10 @@ match this year.
locale (string) (default ``)

An IETF BCP 47 language tag (e.g. zh-CN) for specifying the locale used
when using sort type natural and name.

An empty string means disable locale ordering, and the special value *
is used to indicate reading the locale setting from the system
environment.
when using sort type natural and name. An empty string means disable
locale ordering, and the special value * is used to indicate reading the
locale setting from the system environment. This feature is currently
experimental.

mouse (bool) (default false)

Expand Down
4 changes: 2 additions & 2 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" "2024-11-06" "" "DOCUMENTATION"
.TH "LF" "1" "2025-01-15" "" "DOCUMENTATION"
.hy
.SH NAME
.PP
Expand Down Expand Up @@ -902,10 +902,10 @@ doesn\[aq]t match this year.
An IETF BCP 47 language tag (e.g.
\f[C]zh-CN\f[R]) for specifying the locale used when using sort type
\f[C]natural\f[R] and \f[C]name\f[R].
.PP
An empty string means disable locale ordering, and the special value
\f[C]*\f[R] is used to indicate reading the locale setting from the
system environment.
This feature is currently experimental.
.SS mouse (bool) (default false)
.PP
Send mouse events as input.
Expand Down

0 comments on commit 2375b65

Please sign in to comment.