summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2012-11-01 14:26:20 +0100
committerFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2012-11-01 14:26:20 +0100
commit88f371a77f426ed5fb37c4f1824decf15c726c07 (patch)
treef03cad4ee40f3eba8baeb7eff44081843aefd11b /README.md
parent92eee31db72be8dbbb45100b8fd04bde6e52c7c3 (diff)
Use `surround-line' instead of `evil-line' for linewise operations
`evil-line' is a motion that covers a number of lines as a line range. This causes surround to add additional line breaks before and after the text to be wrapped if used with `yss' commands. The function `surround-line' covers the same characters but this time as exclusive character range.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b01b19..868a045 100644
--- a/README.md
+++ b/README.md
@@ -95,8 +95,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!)