[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround ace9ca3292 064/175: Merge pull request #61 f
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround ace9ca3292 064/175: Merge pull request #61 from jasminpatry/fix/evil-surround-region-indent |
Date: |
Mon, 9 Oct 2023 13:01:03 -0400 (EDT) |
branch: elpa/evil-surround
commit ace9ca329287887371c833a7d4226abc2ce1ccfe
Merge: 78eddc8077 4c5e3bf0bc
Author: Tim Harper <timcharper@gmail.com>
Commit: Tim Harper <timcharper@gmail.com>
Merge pull request #61 from jasminpatry/fix/evil-surround-region-indent
Fix indentation of surrounded lines
---
evil-surround.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-surround.el b/evil-surround.el
index 09f06fff47..7c42d6c03d 100755
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -293,8 +293,8 @@ Becomes this:
((eq type 'line)
(insert open)
- (indent-according-to-mode)
(newline-and-indent)
+ (indent-region (overlay-start overlay) (overlay-end
overlay))
(goto-char (overlay-end overlay))
(insert close)
(indent-according-to-mode)
- [nongnu] elpa/evil-surround 9e445b7ab1 136/175: main el file: fix version to 1.0.3, (continued)
- [nongnu] elpa/evil-surround 9e445b7ab1 136/175: main el file: fix version to 1.0.3, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 8fad8540c4 172/175: Revert "Revert "Enable lexical binding"", ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a0ac30158d 113/175: add @edkolev's custom logo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 3bd73794ee 153/175: Fix yss behavior with visual-line-mode, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 33bb00787a 053/175: Merge pull request #54 from hlissner/fix-esc-surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 491e17093b 072/175: Generalize operator surround detection, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 852a7bae12 006/175: when deleting surround with left-bracket (, {.[... etc... trim the space inside the region, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround fd421b573f 032/175: Fix doc for surround delete operator, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5e6bcb38e9 046/175: support for yS, vgS, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a2aae89579 040/175: Merge pull request #34 from Silex/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround ace9ca3292 064/175: Merge pull request #61 from jasminpatry/fix/evil-surround-region-indent,
ELPA Syncer <=
- [nongnu] elpa/evil-surround 714c5cec97 062/175: Merge pull request #64 from hlissner/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround d5e1c9ec49 067/175: Fix repetitive prompts with function pairs in block surrounds, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 190b2130bd 080/175: Escape a backtick, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 37a5f9e8d7 077/175: Merge pull request #77 from cute-jumper/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 3e4baf7e20 084/175: Merge pull request #80 from mineo/doc-fixes, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1f59618339 088/175: Merge pull request #88 from LemmingAvalanche/update-links-to-evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0a61b55d1b 081/175: Move the Keywords after the Mailing list header, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 4e739e8ec8 106/175: Merge pull request #118 from edkolev/use-evil-test-helpers, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 27dc66d5d8 093/175: closes #91: evil-surround-pairs-alist typo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 966dc25c96 076/175: Add missing evil package dependency, ELPA Syncer, 2023/10/09