emacs-elpa-diffs
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]