[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround e25f5f9c00 015/175: Add note about sentence
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround e25f5f9c00 015/175: Add note about sentence behavior with link to issue. |
Date: |
Mon, 9 Oct 2023 13:01:00 -0400 (EDT) |
branch: elpa/evil-surround
commit e25f5f9c00f1383e0fe817b793b5ef026da60d9f
Author: Michael Markert <markert.michael@googlemail.com>
Commit: Michael Markert <markert.michael@googlemail.com>
Add note about sentence behavior with link to issue.
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 697f36b053..b1f5e97043 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,8 @@ space): `cs]{`
{ Hello } world!
-TODO: Behaves different in evil(-surround).
-Now wrap the entire line in parentheses with `yssb` or `yss)`.
+Now wrap the entire line in parentheses with `yssb` or `yss)` (wrapping the
line
+is currently broken see [issue
#5](https://github.com/timcharper/evil-surround/issues/5)).
({ Hello } world!)
- [nongnu] branch elpa/evil-surround created (now bd98f7f549), ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround b2d9aebfe9 007/175: fixes whitespace + 1 munching issue when deleting surrounding brackets + space, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround fc676618e1 013/175: Make surround-pairs-alist buffer local., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a936638bec 002/175: Began port. Surround region working. Change surround/delete surround not., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 205c650d7f 008/175: Refactor surround-pair for readability, flexibility. Subtle behavior change, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 67a82903ec 009/175: Use text object keymaps, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround e25f5f9c00 015/175: Add note about sentence behavior with link to issue.,
ELPA Syncer <=
- [nongnu] elpa/evil-surround ac3f8ca8b0 014/175: Add readme., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0a6741684b 024/175: Merge pull request #13 from milkypostman/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 92eee31db7 028/175: Fix link to Evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround f33d940264 036/175: Rename surround.el to evil-surround.el, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a4a04c6f01 075/175: Merge pull request #74 from lislon/surround-repeat, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 16c534b173 089/175: Unset execute permission for files, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround eda6b0d6ca 079/175: Merge pull request #78 from vyp/#55, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 50c10ab484 025/175: add autoloads to interactive functions for use in emacs proper, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 2de26062dd 031/175: Fix doc for surround delete operator, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 88f371a77f 029/175: Use `surround-line' instead of `evil-line' for linewise operations, ELPA Syncer, 2023/10/09