mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
20e692ae03 | ||
![]() |
de3306066a |
@ -306,8 +306,8 @@ been remapped. And certain modes (cua comes to mind) will change their
|
||||
remapping based on state. So a command that changes the state will afterwards
|
||||
not be recognized through the command-remapping lookup."
|
||||
(unless mc--executing-command-for-fake-cursor
|
||||
(let (cmd (or (command-remapping this-original-command)
|
||||
this-original-command))
|
||||
(let ((cmd (or (command-remapping this-original-command)
|
||||
this-original-command)))
|
||||
(setq mc--this-command (and (not (eq cmd 'god-mode-self-insert))
|
||||
cmd)))))
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
(define-package "multiple-cursors" "1.2.1"
|
||||
(define-package "multiple-cursors" "1.2.3"
|
||||
"Multiple cursors for Emacs.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user