[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround e4e592ecee 010/175: Merge pull request #2 fr
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround e4e592ecee 010/175: Merge pull request #2 from epsilon47/master |
Date: |
Mon, 9 Oct 2023 13:00:59 -0400 (EDT) |
branch: elpa/evil-surround
commit e4e592eceec08de9422c277bbdafb9b74841f7b3
Merge: 205c650d7f 67a82903ec
Author: Tim Harper <timcharper@gmail.com>
Commit: Tim Harper <timcharper@gmail.com>
Merge pull request #2 from epsilon47/master
Ref. "Swapping 'i' and 'e'" on the mailing list
---
surround.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/surround.el b/surround.el
index 268fd7e8cb..8fe9d463c3 100644
--- a/surround.el
+++ b/surround.el
@@ -96,8 +96,7 @@ This is a cons cell (LEFT . RIGHT), both strings."
"Return outer overlay for the delimited range represented by CHAR.
This overlay includes the delimiters.
See also `surround-inner-overlay'."
- (let ((outer (lookup-key evil-motion-state-map
- (format "a%c" char))))
+ (let ((outer (lookup-key evil-outer-text-objects-map (string char))))
(when (functionp outer)
(setq outer (funcall outer))
(when (evil-range-p outer)
@@ -121,8 +120,7 @@ See also `surround-inner-overlay'."
"Return inner overlay for the delimited range represented by CHAR.
This overlay excludes the delimiters.
See also `surround-outer-overlay'."
- (let ((inner (lookup-key evil-motion-state-map
- (format "i%c" char))))
+ (let ((inner (lookup-key evil-inner-text-objects-map (string char))))
(when (functionp inner)
(setq inner (funcall inner))
(when (evil-range-p inner)
- [nongnu] elpa/evil-surround f6162a7b5a 117/175: closes #112, (continued)
- [nongnu] elpa/evil-surround f6162a7b5a 117/175: closes #112, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 4fbe6bf9ca 161/175: Limit global activation to text-, prog- and comint-mode, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0d860be741 174/175: Fix get-delims to allow functions as values, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 648da3c544 159/175: Merge pull request #190 from MintSoup/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0f629b8f9c 133/175: tweak implementation file header, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c96499e91e 030/175: Extract surround-operator-alist to a customizeable variable, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround bd3909bc3e 152/175: update make emacs, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 271e22db17 001/175: Initial commit, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround fac48838ea 043/175: fixed inconsistency with vim-surround. fixes #47 and #26., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 123b30135b 162/175: Merge pull request #191 from dalanicolai/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround e4e592ecee 010/175: Merge pull request #2 from epsilon47/master,
ELPA Syncer <=
- [nongnu] elpa/evil-surround 43a2664615 104/175: update melpa badge link. thanks @agsdot, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9b0b17f06c 145/175: merge @jamesnvc PRs #160 and #162, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c9e1449bf3 163/175: Revert "Merge pull request #191 from dalanicolai/master", ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 07915c08d8 156/175: Fix license statement, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a5658ee1d4 170/175: Restore old deletion strategy as backup, ELPA Syncer, 2023/10/09