syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.56k stars 4.9k forks source link

[auto-completion] Fix evil repeat for completion with key sequence #16388

Closed fnussbaum closed 1 month ago

fnussbaum commented 1 month ago

Add a missing (:repeat change) property to spacemacs//auto-completion-key-sequence-end to record repeat information by buffer changes rather than by key presses. Previously evil-repeat would insert the key sequence used to trigger the completion instead of the completion itself.