diff options
| author | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2012-11-01 14:26:20 +0100 |
|---|---|---|
| committer | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2012-11-01 14:26:20 +0100 |
| commit | 88f371a77f426ed5fb37c4f1824decf15c726c07 (patch) | |
| tree | f03cad4ee40f3eba8baeb7eff44081843aefd11b /README.md | |
| parent | 92eee31db72be8dbbb45100b8fd04bde6e52c7c3 (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.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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!) |
