branch: externals/corfu commit bfe7ff088c224e814c2a6e3456baeba899bd340d Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
corfu--post-command: Check if universal-argument-map is active Otherwise completion will be terminated when pressing an universal-argument key after a command which is not an element of corfu-continue-commands. --- corfu.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/corfu.el b/corfu.el index 5daf7043ba..8ee32f584c 100644 --- a/corfu.el +++ b/corfu.el @@ -893,6 +893,8 @@ See `corfu-separator' for more details." (goto-char beg) (<= (line-beginning-position) pt (line-end-position))) (or + ;; Check if we universal-argument-map is active + prefix-arg ;; Check if it is an explicitly listed continue command (corfu--match-symbol-p corfu-continue-commands this-command) (and