summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Harper <timcharper@gmail.com>2014-02-04 21:46:11 -0700
committerTim Harper <timcharper@gmail.com>2014-02-04 21:46:11 -0700
commit0c503fc9946e122f82dc8a1cb266294b82043768 (patch)
treef575e7bb4e96fe7230dba034c0f1feb52b1cea80 /README.md
parentc96499e91e46e6a950c7870524e95d10af9870c2 (diff)
parent88f371a77f426ed5fb37c4f1824decf15c726c07 (diff)
Merge branch 'master' of https://github.com/lyro/evil-surround
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7a1170e..c8a1b77 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,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](surround.vim by Tim Pope) as its vi layer.
+This package uses [Evil](https://gitorious.org/evil) as its vi layer.
## Add surrounding ##
You can surround in visual-state with `s<textobject><trigger>`
@@ -108,8 +108,7 @@ space): `cs]{`
{ Hello } world!
-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)).
+Now wrap the entire line in parentheses with `yssb` or `yss)`.
({ Hello } world!)