update doc
This commit is contained in:
parent
82dfce2e96
commit
5eb5d9bdb8
4
doc.go
4
doc.go
@ -761,7 +761,9 @@ Format string of the tags.
|
|||||||
|
|
||||||
tempmarks string (default '')
|
tempmarks string (default '')
|
||||||
|
|
||||||
A string that lists all marks to treat as temporary. They are not synced to other clients and are not saved in the bookmarks file. This option should be specified only in the global config file ("lfrc") as it may otherwise cause unintended side effects. Please note that the special bookmark "'" is always treated as temporary and does not need to be specified.
|
Marks to be considered temporary (e.g. 'abc' refers to marks 'a', 'b', and 'c').
|
||||||
|
These marks are not synced to other clients and they are not saved in the bookmarks file.
|
||||||
|
Note that the special bookmark "'" is always treated as temporary and it does not need to be specified.
|
||||||
|
|
||||||
timefmt string (default 'Mon Jan _2 15:04:05 2006')
|
timefmt string (default 'Mon Jan _2 15:04:05 2006')
|
||||||
|
|
||||||
|
@ -811,11 +811,10 @@ Format string of the tags.
|
|||||||
|
|
||||||
tempmarks string (default '')
|
tempmarks string (default '')
|
||||||
|
|
||||||
A string that lists all marks to treat as temporary. They are not synced to
|
Marks to be considered temporary (e.g. 'abc' refers to marks 'a', 'b', and
|
||||||
other clients and are not saved in the bookmarks file. This option should be
|
'c'). These marks are not synced to other clients and they are not saved in
|
||||||
specified only in the global config file ("lfrc") as it may otherwise cause
|
the bookmarks file. Note that the special bookmark "'" is always treated as
|
||||||
unintended side effects. Please note that the special bookmark "'" is always
|
temporary and it does not need to be specified.
|
||||||
treated as temporary and does not need to be specified.
|
|
||||||
|
|
||||||
timefmt string (default 'Mon Jan _2 15:04:05 2006')
|
timefmt string (default 'Mon Jan _2 15:04:05 2006')
|
||||||
|
|
||||||
|
2
lf.1
2
lf.1
@ -927,7 +927,7 @@ Format string of the tags.
|
|||||||
tempmarks string (default '')
|
tempmarks string (default '')
|
||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
A string that lists all marks to treat as temporary. They are not synced to other clients and are not saved in the bookmarks file. This option should be specified only in the global config file ("lfrc") as it may otherwise cause unintended side effects. Please note that the special bookmark "'" is always treated as temporary and does not need to be specified.
|
Marks to be considered temporary (e.g. 'abc' refers to marks 'a', 'b', and 'c'). These marks are not synced to other clients and they are not saved in the bookmarks file. Note that the special bookmark "'" is always treated as temporary and it does not need to be specified.
|
||||||
.PP
|
.PP
|
||||||
.EX
|
.EX
|
||||||
timefmt string (default 'Mon Jan _2 15:04:05 2006')
|
timefmt string (default 'Mon Jan _2 15:04:05 2006')
|
||||||
|
Loading…
Reference in New Issue
Block a user