fix(popup): change evil function to call following upstream rename
This commit is contained in:
parent
5df41be02b
commit
c4bb95e073
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ were followed."
|
||||||
(setq-local evil-command-window-execute-fn execute-fn)
|
(setq-local evil-command-window-execute-fn execute-fn)
|
||||||
(setq-local evil-command-window-cmd-key cmd-key)
|
(setq-local evil-command-window-cmd-key cmd-key)
|
||||||
(evil-command-window-mode)
|
(evil-command-window-mode)
|
||||||
(evil-command-window-insert-commands hist)))
|
(evil--command-window-insert-commands hist)))
|
||||||
|
|
||||||
(defadvice! +popup--evil-command-window-execute-a ()
|
(defadvice! +popup--evil-command-window-execute-a ()
|
||||||
"Execute the command under the cursor in the appropriate buffer, rather than
|
"Execute the command under the cursor in the appropriate buffer, rather than
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue