| Age | Commit message (Collapse) | Author |
|
|
|
- thanks @Lynolix (https://github.com/Lynolix)
|
|
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.
|
|
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
|
|
|
|
Closes #55.
|
|
correct README.md
|
|
"evil-surround-pairs-alist", because the variable is actually evil-surround-pairs-alist.
|
|
surround-operator-alist is now evil-surround-operator-alist. The readme should reflect that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Documentation to show how to integrate with paredit-evil
|
|
`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.
|
|
|
|
- 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?
|
|
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
|
|
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
|
|
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
|
|
Signed-off-by: Michael Markert <markert.michael@googlemail.com>
|