diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-23 12:45:58 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-23 12:45:58 +0100 |
| commit | 2630fca7b3ff78b77f20be34c6bcc351e3ed4f5f (patch) | |
| tree | 57ff5b9bbe968ec27820edc9ca833cdce4c7dd49 | |
| parent | 8f227da0c67ae374e2bf6f7ac87321916b2de9e3 (diff) | |
Call into default completion
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -941,7 +941,7 @@ there hasn't been any input, then quit." ;; Proceed with cycling (completion-cycling (let ((completion-extra-properties corfu--extra)) - (completion-in-region beg end table pred))) + (completion--in-region beg end table pred))) ;; Continue completion with selected candidate ((>= corfu--index 0) (corfu--insert nil)) ;; Try to complete the current input string |
