Regenerate docs

This commit is contained in:
Florian Bruhin 2017-11-06 13:52:42 +01:00
parent e7da2142f3
commit ad4caeac3a

View File

@ -1143,7 +1143,7 @@ How many steps to zoom out.
|<<command-history-prev,command-history-prev>>|Go back in the commandline history.
|<<completion-item-del,completion-item-del>>|Delete the current completion item.
|<<completion-item-focus,completion-item-focus>>|Shift the focus of the completion menu to another item.
|<<completion-item-yank,completion-item-yank>>|Yank the current completion item onto the clipboard.
|<<completion-item-yank,completion-item-yank>>|Yank the current completion item into the clipboard.
|<<drop-selection,drop-selection>>|Drop selection and keep selection mode enabled.
|<<enter-mode,enter-mode>>|Enter a key mode.
|<<follow-hint,follow-hint>>|Follow a hint.
@ -1252,10 +1252,10 @@ Shift the focus of the completion menu to another item.
=== completion-item-yank
Syntax: +:completion-item-yank [*--sel*]+
Yank the current completion item onto the clipboard.
Yank the current completion item into the clipboard.
==== optional arguments
* +*-s*+, +*--sel*+: True to use the primary selection instead of the clipboard.
* +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard.
[[drop-selection]]
=== drop-selection