[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround 1f59618339 088/175: Merge pull request #88 f
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround 1f59618339 088/175: Merge pull request #88 from LemmingAvalanche/update-links-to-evil |
Date: |
Mon, 9 Oct 2023 13:01:05 -0400 (EDT) |
branch: elpa/evil-surround
commit 1f59618339b5f0c09c1aca5f27aa6422273e80f5
Merge: 3812140e11 b41116a613
Author: Tim Harper <timcharper@gmail.com>
Commit: GitHub <noreply@github.com>
Merge pull request #88 from LemmingAvalanche/update-links-to-evil
Point to new repository for Evil
---
README.md | 2 +-
evil-surround.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 37fd1b9a6d..76ce8b6e98 100755
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To enable it globally, add the following lines to ~/.emacs:
Alternatively, you can enable surround-mode along a major mode by adding
`turn-on-surround-mode' to the mode hook.
-This package uses [Evil](https://gitorious.org/evil) as its vi layer.
+This package uses [Evil](https://bitbucket.org/lyro/evil/) as its vi layer.
## Add surrounding ##
You can surround in visual-state with `S<textobject>` or `gS<textobject>`.
diff --git a/evil-surround.el b/evil-surround.el
index 3fdfc8bb33..a76b51848f 100755
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -33,7 +33,7 @@
;;
;; This package uses Evil as its vi layer. It is available from:
;;
-;; http://gitorious.org/evil
+;; https://bitbucket.org/lyro/evil/
;;; Code:
- [nongnu] elpa/evil-surround 852a7bae12 006/175: when deleting surround with left-bracket (, {.[... etc... trim the space inside the region, (continued)
- [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, 2023/10/09
- [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 <=
- [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
- [nongnu] elpa/evil-surround 5a45da3d71 101/175: add melpa badge, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround b41116a613 087/175: Point to new repository for Evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround fe6351b8fe 094/175: Fix defcustom type specification for pairs-alist variable, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5ea0a9ae5a 108/175: Remove debug messages, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9b3986432e 100/175: fix travis badge, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 2343fe5497 105/175: Use `evil-test-helpers` for testing, ELPA Syncer, 2023/10/09