Update docs

This commit is contained in:
Florian Bruhin 2016-08-08 15:22:57 +02:00
parent 9d43becc25
commit 7c689d83bf
2 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,8 @@ Removed
- The `:yank-selected` command got merged into `:yank` as `:yank selection`
and thus removed.
- The `:completion-item-prev` and `:completion-item-next` commands got merged
into a new `:completion-focus {prev,next}` command and thus removed.
v0.8.3 (unreleased)
-------------------

View File

@ -997,7 +997,7 @@ Syntax: +:completion-item-focus 'which'+
Shift the focus of the completion menu to another item.
==== positional arguments
* +'which'+: 'next' or 'previous'
* +'which'+: 'next' or 'prev'
[[drop-selection]]
=== drop-selection