Improve description for completion.web_history.exclude

This commit is contained in:
Florian Bruhin 2018-09-04 22:19:22 +02:00
parent 79eece8fd0
commit f6d0ed78d0
2 changed files with 3 additions and 2 deletions

View File

@ -1451,7 +1451,7 @@ Default: +pass:[false]+
[[completion.web_history.exclude]] [[completion.web_history.exclude]]
=== completion.web_history.exclude === completion.web_history.exclude
A list of patterns which should not be shown in the history. A list of patterns which should not be shown in the history.
This only affects the completion. Matching URLs are still saved in the history (and visible on the qute://history page), but hidden. This only affects the completion. Matching URLs are still saved in the history (and visible on the qute://history page), but hidden in the completion.
Changing this setting will cause the completion history to be regenerated on the next start, which will take a short while. Changing this setting will cause the completion history to be regenerated on the next start, which will take a short while.
This setting requires a restart. This setting requires a restart.

View File

@ -823,7 +823,8 @@ completion.web_history.exclude:
A list of patterns which should not be shown in the history. A list of patterns which should not be shown in the history.
This only affects the completion. Matching URLs are still saved in the This only affects the completion. Matching URLs are still saved in the
history (and visible on the qute://history page), but hidden. history (and visible on the qute://history page), but hidden in the
completion.
Changing this setting will cause the completion history to be regenerated Changing this setting will cause the completion history to be regenerated
on the next start, which will take a short while. on the next start, which will take a short while.