summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-07Merge pull request #78 from vyp/#55Tim Harper
README: surround-operator-alist -> evil-surround-operator-alist
2016-08-07README: surround-operator-alist -> evil-surround-operator-alistxd1le
Closes #55.
2016-05-01Merge pull request #77 from cute-jumper/masterTim Harper
Add missing evil package dependency
2016-04-26Add missing evil package dependencyJunpeng Qiu
2016-03-31Merge pull request #74 from lislon/surround-repeatTim Harper
Fix repeat action (.) for ys and yS operators.
2016-03-31Fix 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-20Merge pull request #73 from hlissner/linewise-surround-fixTim Harper
Visual linewise surround fix (Fix #71)
2016-03-20Generalize operator surround detectionHenrik Lissner
2016-03-20Fix #71Henrik Lissner
2016-02-26Merge pull request #68 from hlissner/masterTim Harper
Fix repetitive prompts with function pairs in block surrounds
2016-02-23Don't indent first line on inline linewise surroundHenrik Lissner
2016-02-23Fix #52, #39, and #5 (linewise surrounding)Henrik Lissner
2016-02-18Fix repetitive prompts with function pairs in block surroundsHenrik Lissner
2016-01-28add licenseTim Harper
2015-12-10typoTim Harper
2015-12-10Merge pull request #61 from jasminpatry/fix/evil-surround-region-indentTim Harper
Fix indentation of surrounded lines
2015-12-10Merge pull request #50 from yangguang760/masterTim Harper
correct README.md
2015-12-10Merge pull request #64 from hlissner/masterTim Harper
Refactor evil-surround-block
2015-11-18Improve evil-surround-block doc commentHenrik Lissner
2015-11-18let* => letHenrik Lissner
2015-11-18Refactor evil-surround-blockHenrik Lissner
2015-11-13Merge pull request #63 from jbranso/masterTim Harper
Changed Readme.md
2015-11-13I changed all references of "surround-pairs-alist" toJoshua Branson
"evil-surround-pairs-alist", because the variable is actually evil-surround-pairs-alist.
2015-09-13Fix indentation of surrounded linesJasmin 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-26Merge pull request #57 from Drolyt/patch-1Tim Harper
Update README.md
2015-06-26Update README.mdDrolyt
surround-operator-alist is now evil-surround-operator-alist. The readme should reflect that.
2015-06-05Merge pull request #54 from hlissner/fix-esc-surroundTim Harper
Fix surrounding with invalid chars, like ESC (Fix #51)
2015-06-05Merge 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-05Fix surrounding with invalid chars, like ESC (Fix #51)Henrik Lissner
2015-06-05Merge pull request #53 from hlissner/block-surroundTim Harper
Implement block-wise surround (Fixes #46)
2015-06-04Fix surrounding with invalid chars, like ESC (Fix #51)Henrik Lissner
2015-06-04Implement block-wise surroundHenrik Lissner
2015-02-05correct README.mdGuang YANG
2015-01-17support for yS, vgSTim Harper
2015-01-17bring back the evil-Surround-region; make it work with yS, alsoTim Harper
2014-12-17Update README.mdTim Harper
2014-12-15fixed inconsistency with vim-surround. fixes #47 and #26.Matthias Pall Gissurarson
2014-06-16Merge pull request #35 from Silex/masterTim Harper
Update README to reflect renaming
2014-06-16Update README to reflect renamingPhilippe Vaucher
2014-06-16Merge pull request #34 from Silex/masterTim Harper
Fix forgotten leftovers when renaming
2014-06-16Fix forgotten leftovers when renamingPhilippe Vaucher
2014-06-16Merge pull request #32 from Silex/masterTim Harper
Rename surround.el to evil-surround.el
2014-06-16Rename surround* to evil-surround*Philippe Vaucher
2014-06-16Rename surround.el to evil-surround.elPhilippe Vaucher
2014-06-16Improve surround-outer-overlay and surround-inner-overlay (issue/30)Yuri Aisaka
2014-02-18Merge https://github.com/ersiner/evil-surroundTim Harper
2014-02-04Merge branch 'master' of https://github.com/lyro/evil-surroundTim Harper
2014-01-25Fix doc for surround delete operatorErsin Er
2014-01-25Fix doc for surround delete operatorErsin Er
2013-09-27Extract surround-operator-alist to a customizeable variableaheaume
* Documentation to show how to integrate with paredit-evil