Fix web_history_max_items default value.
Should default to -1, not 1000 as the new history completion is better able to handle large numbers of entries. I believe this was acidentally reset to 1000 while fixing a merge conflict. Also re-run src2asciidoc.
This commit is contained in:
parent
6e0f65c063
commit
f0509d1c26
@ -1067,15 +1067,11 @@ Default: +pass:[white]+
|
||||
== colors.tabs.selected.even.bg
|
||||
Background color of selected even tabs.
|
||||
|
||||
<<<<<<< HEAD
|
||||
Default: +pass:[black]+
|
||||
|
||||
[[colors.tabs.selected.even.fg]]
|
||||
== colors.tabs.selected.even.fg
|
||||
Foreground color of selected even tabs.
|
||||
=======
|
||||
Valid values:
|
||||
>>>>>>> upstream/master
|
||||
|
||||
Default: +pass:[white]+
|
||||
|
||||
|
@ -581,7 +581,7 @@ completion.timestamp_format:
|
||||
desc: How to format timestamps (e.g. for the history completion).
|
||||
|
||||
completion.web_history_max_items:
|
||||
default: 1000
|
||||
default: -1
|
||||
type:
|
||||
name: Int
|
||||
minval: -1
|
||||
|
Loading…
Reference in New Issue
Block a user