| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-01 | Use `surround-line' instead of `evil-line' for linewise operations | Frank Fischer | |
| `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. | |||
| 2012-11-01 | Fix link to Evil | Frank Fischer | |
| 2012-10-22 | Add wrap in function call | IsoLinearCHiP | |
| - new modifier "f" after cs , ys or v[sS] . Prompts for function name and then wraps it as fname(selection) - docs TODO? - use "F" to make (e)lisp style function calls? - do mode detection? | |||
| 2012-08-06 | Merge pull request #14 from milkypostman/master | Tim Harper | |
| Add autoloads for plain emacs functions | |||
| 2012-08-06 | add autoloads to interactive functions for use in emacs proper | Donald Curtis | |
| 2012-05-25 | Merge pull request #13 from milkypostman/master | Tim Harper | |
| add autoloads | |||
| 2012-05-25 | add autoloads | Donald Curtis | |
| 2012-03-27 | Don't trim outer whitespace | Tim Harper | |
| Conformant with vim, evil recently made text objects a' or a" include outer whitespace. Since evil-surround piggy-backs on evil text-objects, cs'" would have the following effect: aaa 'bbb' cccc => aaa"bbb"cccc This commit causes evil-surround to always shrink the outer range such that it no longer contains whitespace. Fixes #11 | |||
| 2012-02-27 | Merge pull request #9 from cofi/master | Tim Harper | |
| Fix markup glitch in readme. | |||
| 2012-02-28 | Fix markup glitch in readme. | Michael Markert | |
| Signed-off-by: Michael Markert <markert.michael@googlemail.com> | |||
| 2012-02-27 | Merge pull request #8 from cofi/master | Tim Harper | |
| Mention the new buffer local surround pairs in the readme | |||
| 2012-02-28 | Mention the buffer local surround pairs in the readme. | Michael Markert | |
| Signed-off-by: Michael Markert <markert.michael@googlemail.com> | |||
| 2012-02-27 | Merge pull request #7 from cofi/docs | Tim Harper | |
| Docs -- Add a readme file | |||
| 2012-02-27 | Merge pull request #6 from cofi/buffer-local | Tim Harper | |
| Make surround-pairs-alist buffer local. | |||
| 2012-02-27 | Add note about sentence behavior with link to issue. | Michael Markert | |
| Signed-off-by: Michael Markert <markert.michael@googlemail.com> | |||
| 2012-01-24 | Add readme. | Michael Markert | |
| Signed-off-by: Michael Markert <markert.michael@googlemail.com> | |||
| 2012-01-22 | Make surround-pairs-alist buffer local. | Michael Markert | |
| Signed-off-by: Michael Markert <markert.michael@googlemail.com> | |||
| 2011-09-05 | Merge pull request #3 from epsilon47/master | Tim Harper | |
| Necessary after Evil commit 375b273 | |||
| 2011-09-05 | Update `interactive' forms | Vegard Øye | |
| Use the code <R> to refer to Evil ranges. | |||
| 2011-09-02 | Merge pull request #2 from epsilon47/master | Tim Harper | |
| Ref. "Swapping 'i' and 'e'" on the mailing list | |||
| 2011-09-01 | Use text object keymaps | Vegard Øye | |
| Look up text objects in `evil-outer-text-objects-map' and `evil-inner-text-objects-map' instead of relying on a hard-coded "a"/"i" prefix. | |||
| 2011-08-23 | Refactor surround-pair for readability, flexibility. Subtle behavior change | Tim Harper | |
| Surround brackets when invoked with left-bracket pads with space regardless of current major mode. The surround-pairs-alist is considerably longer, but the resulting code is easier to understand. | |||
| 2011-08-23 | fixes whitespace + 1 munching issue when deleting surrounding brackets + space | Tim Harper | |
| 2011-08-13 | when deleting surround with left-bracket (,{.[... etc... trim the space ↵ | Tim Harper | |
| inside the region | |||
| 2011-08-13 | 'S' causes normal region to end up on it's own line, as in surround.vim | Tim Harper | |
| Lower case 's' surrounds as normal. | |||
| 2011-08-13 | adds angle bracket surround | Tim Harper | |
| 2011-08-13 | Replaced with Vegard's port of vimpulse-surround | Tim Harper | |
| 2011-08-12 | Began port. Surround region working. Change surround/delete surround not. | Tim Harper | |
| 2011-08-12 | Initial commit | Tim Harper | |
