[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround 28466957f9 044/175: Update README.md
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround 28466957f9 044/175: Update README.md |
Date: |
Mon, 9 Oct 2023 13:01:02 -0400 (EDT) |
branch: elpa/evil-surround
commit 28466957f91c8e494c93caa08122510b3f8288a0
Author: Tim Harper <timcharper@gmail.com>
Commit: Tim Harper <timcharper@gmail.com>
Update README.md
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 7478424476..4db7f3898e 100755
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# Overview
+
This package emulates [surround.vim by Tim
Pope](https://github.com/tpope/vim-surround).
The functionality is wrapped into a minor mode.
To enable it globally, add the following lines to ~/.emacs:
@@ -138,3 +140,9 @@ the tags. So with:
and pressing return you would get
print("Hello world!")
+
+# FAAQ (frequently actually asked questions)
+
+## Why does `vs` no longer surround?
+
+This is due to an upstream change in `vim-surround`. It happened in this
commit: https://github.com/tpope/vim-surround/commit/6f0984a. See the
discussion in this pull request for more details:
https://github.com/timcharper/evil-surround/pull/48.
- [nongnu] elpa/evil-surround 8b59d17d5c 038/175: Merge pull request #32 from Silex/master, (continued)
- [nongnu] elpa/evil-surround 8b59d17d5c 038/175: Merge pull request #32 from Silex/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 77e7cd8de0 045/175: bring back the evil-Surround-region; make it work with yS, also, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 6f290e0270 048/175: Implement block-wise surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7a2e79d7a8 039/175: Fix forgotten leftovers when renaming, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 72d35afc40 051/175: Fix surrounding with invalid chars, like ESC (Fix #51), ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7cad34b28a 005/175: 'S' causes normal region to end up on it's own line, as in surround.vim, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c43dfec32c 011/175: Update `interactive' forms, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 2f49c479bf 016/175: Merge pull request #6 from cofi/buffer-local, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1d6b1bac4e 027/175: Add wrap in function call, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7f8f950985 037/175: Rename surround* to evil-surround*, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 28466957f9 044/175: Update README.md,
ELPA Syncer <=
- [nongnu] elpa/evil-surround 9508236d8e 052/175: Merge branch 'fix-esc-surround' of github.com:hlissner/evil-surround into fix-esc-surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 430c81f2a1 071/175: Fix #71, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 8c03039e0e 073/175: Merge pull request #73 from hlissner/linewise-surround-fix, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 277759d894 074/175: Fix repeat action (.) for ys and yS operators., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c99ca440df 057/175: I changed all references of "surround-pairs-alist" to, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 3812140e11 086/175: Merge pull request #83 from wbolster/use-explicit-autoload-definitions, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 00f70acfff 083/175: Merge pull request #81 from wbolster/read-keys-with-translation, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround f448455313 097/175: add credits to Tim Harper, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 853b9fdf11 110/175: Add tests for repeat, visual mode, visual line mode, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a92151def9 129/175: Revert "surround-function improvement for lisp modes (#134)", ELPA Syncer, 2023/10/09