summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-01-24update readmev1.0.0ninrod
2017-01-16closes #91: evil-surround-pairs-alist typoFilipe Correa Lima da Silva
- thanks @Lynolix (https://github.com/Lynolix)
2016-10-29Unset execute permission for filesKristoffer Haugsbakk
Neither Elisp libraries nor readmes need to be executable in this sense. The permissions were changed from 644 to 755 in c96499e (“Extract surround-operator-alist to a customizeable variable”). A commit that didn’t have anything to do with permissions. So I guess some command was invoked by accident.
2016-10-26Point to new repository for EvilKristoffer Haugsbakk
Evil is no longer hosted on Gitorious. This repository is apparently the new official repository for Evil, since it is hosted under Frank Fischer’s account, and Evil’s page on the Emacs wiki[1] points to the wiki of this repository as being Evil’s home page. [1] https://www.emacswiki.org/emacs/Evil
2016-09-03Escape a backtickWieland Hoffmann
2016-08-07README: surround-operator-alist -> evil-surround-operator-alistxd1le
Closes #55.
2015-12-10Merge pull request #50 from yangguang760/masterTim Harper
correct 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-06-26Update README.mdDrolyt
surround-operator-alist is now evil-surround-operator-alist. The readme should reflect that.
2015-02-05correct README.mdGuang YANG
2015-01-17support for yS, vgSTim Harper
2014-12-17Update README.mdTim Harper
2014-12-15fixed inconsistency with vim-surround. fixes #47 and #26.Matthias Pall Gissurarson
2014-06-16Update README to reflect renamingPhilippe Vaucher
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
2012-11-01Use `surround-line' instead of `evil-line' for linewise operationsFrank 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-01Fix link to EvilFrank Fischer
2012-10-22Add wrap in function callIsoLinearCHiP
- 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-02-28Fix markup glitch in readme.Michael Markert
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
2012-02-28Mention the buffer local surround pairs in the readme.Michael Markert
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
2012-02-27Add note about sentence behavior with link to issue.Michael Markert
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
2012-01-24Add readme.Michael Markert
Signed-off-by: Michael Markert <markert.michael@googlemail.com>