diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-10-19 21:01:18 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-10-19 21:43:03 +1100 |
| commit | 65587d1eee9eddedafbba0ecd9c102d87149554f (patch) | |
| tree | 9175f0409b12c36936b178e12e31ea239f5c79ee /doc | |
| parent | 2cd323b314e9f2b2cdf11bbf2974e9390914d5ea (diff) | |
Auto-insert best completion on space for menu completions
The menu flag signifies that only the completions are valid arguments,
hence it makes sense to auto insert the best one on space.
Because full match is always considered the best match in completion
ranking, this should always have a reasonable behaviour.
This makes it harder to enter a hidden command, but completion can
always be disabled via <c-o> or by quoting in those rare cases.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pages/changelog.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 6063963a..b167f1bc 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -7,6 +7,9 @@ released versions. * `set-option -remove` support for substracting/removing from option values +* Menu completions such as command name completion are now auto-inserted on + space + == Kakoune 2020.09.01 * The `repl` and `send-text` aliases have been renamed respectively into |
