| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-07 | Merge pull request #78 from vyp/#55 | Tim Harper | |
| README: surround-operator-alist -> evil-surround-operator-alist | |||
| 2016-08-07 | README: surround-operator-alist -> evil-surround-operator-alist | xd1le | |
| Closes #55. | |||
| 2016-05-01 | Merge pull request #77 from cute-jumper/master | Tim Harper | |
| Add missing evil package dependency | |||
| 2016-04-26 | Add missing evil package dependency | Junpeng Qiu | |
| 2016-03-31 | Merge pull request #74 from lislon/surround-repeat | Tim Harper | |
| Fix repeat action (.) for ys and yS operators. | |||
| 2016-03-31 | Fix repeat action (.) for ys and yS operators. | Igor Avdeev | |
| I wrapped ys/yS operators with raw record commands, because they are handled by evil-yank operator, that is marked as not repeatable. | |||
| 2016-03-20 | Merge pull request #73 from hlissner/linewise-surround-fix | Tim Harper | |
| Visual linewise surround fix (Fix #71) | |||
| 2016-03-20 | Generalize operator surround detection | Henrik Lissner | |
| 2016-03-20 | Fix #71 | Henrik Lissner | |
| 2016-02-26 | Merge pull request #68 from hlissner/master | Tim Harper | |
| Fix repetitive prompts with function pairs in block surrounds | |||
| 2016-02-23 | Don't indent first line on inline linewise surround | Henrik Lissner | |
| 2016-02-23 | Fix #52, #39, and #5 (linewise surrounding) | Henrik Lissner | |
| 2016-02-18 | Fix repetitive prompts with function pairs in block surrounds | Henrik Lissner | |
| 2016-01-28 | add license | Tim Harper | |
| 2015-12-10 | typo | Tim Harper | |
| 2015-12-10 | Merge pull request #61 from jasminpatry/fix/evil-surround-region-indent | Tim Harper | |
| Fix indentation of surrounded lines | |||
| 2015-12-10 | Merge pull request #50 from yangguang760/master | Tim Harper | |
| correct README.md | |||
| 2015-12-10 | Merge pull request #64 from hlissner/master | Tim Harper | |
| Refactor evil-surround-block | |||
| 2015-11-18 | Improve evil-surround-block doc comment | Henrik Lissner | |
| 2015-11-18 | let* => let | Henrik Lissner | |
| 2015-11-18 | Refactor evil-surround-block | Henrik Lissner | |
| 2015-11-13 | Merge pull request #63 from jbranso/master | Tim Harper | |
| Changed Readme.md | |||
| 2015-11-13 | I changed all references of "surround-pairs-alist" to | Joshua Branson | |
| "evil-surround-pairs-alist", because the variable is actually evil-surround-pairs-alist. | |||
| 2015-09-13 | Fix indentation of surrounded lines | Jasmin Patry | |
| When surrounding a set of lines (using a command like 'Vjjs{' in cc-mode, for example), only the first line was correctly indented. This commit fixes evil-surround-region so that all the selected lines are properly indented after being surrounded. | |||
| 2015-06-26 | Merge pull request #57 from Drolyt/patch-1 | Tim Harper | |
| Update README.md | |||
| 2015-06-26 | Update README.md | Drolyt | |
| surround-operator-alist is now evil-surround-operator-alist. The readme should reflect that. | |||
| 2015-06-05 | Merge pull request #54 from hlissner/fix-esc-surround | Tim Harper | |
| Fix surrounding with invalid chars, like ESC (Fix #51) | |||
| 2015-06-05 | Merge branch 'fix-esc-surround' of github.com:hlissner/evil-surround into ↵ | Henrik Lissner | |
| fix-esc-surround * 'fix-esc-surround' of github.com:hlissner/evil-surround: Fix surrounding with invalid chars, like ESC (Fix #51) | |||
| 2015-06-05 | Fix surrounding with invalid chars, like ESC (Fix #51) | Henrik Lissner | |
| 2015-06-05 | Merge pull request #53 from hlissner/block-surround | Tim Harper | |
| Implement block-wise surround (Fixes #46) | |||
| 2015-06-04 | Fix surrounding with invalid chars, like ESC (Fix #51) | Henrik Lissner | |
| 2015-06-04 | Implement block-wise surround | Henrik Lissner | |
| 2015-02-05 | correct README.md | Guang YANG | |
| 2015-01-17 | support for yS, vgS | Tim Harper | |
| 2015-01-17 | bring back the evil-Surround-region; make it work with yS, also | Tim Harper | |
| 2014-12-17 | Update README.md | Tim Harper | |
| 2014-12-15 | fixed inconsistency with vim-surround. fixes #47 and #26. | Matthias Pall Gissurarson | |
| 2014-06-16 | Merge pull request #35 from Silex/master | Tim Harper | |
| Update README to reflect renaming | |||
| 2014-06-16 | Update README to reflect renaming | Philippe Vaucher | |
| 2014-06-16 | Merge pull request #34 from Silex/master | Tim Harper | |
| Fix forgotten leftovers when renaming | |||
| 2014-06-16 | Fix forgotten leftovers when renaming | Philippe Vaucher | |
| 2014-06-16 | Merge pull request #32 from Silex/master | Tim Harper | |
| Rename surround.el to evil-surround.el | |||
| 2014-06-16 | Rename surround* to evil-surround* | Philippe Vaucher | |
| 2014-06-16 | Rename surround.el to evil-surround.el | Philippe Vaucher | |
| 2014-06-16 | Improve surround-outer-overlay and surround-inner-overlay (issue/30) | Yuri Aisaka | |
| 2014-02-18 | Merge https://github.com/ersiner/evil-surround | Tim Harper | |
| 2014-02-04 | Merge branch 'master' of https://github.com/lyro/evil-surround | Tim Harper | |
| 2014-01-25 | Fix doc for surround delete operator | Ersin Er | |
| 2014-01-25 | Fix doc for surround delete operator | Ersin Er | |
| 2013-09-27 | Extract surround-operator-alist to a customizeable variable | aheaume | |
| * Documentation to show how to integrate with paredit-evil | |||
