index
:
evil-surround.git
devel
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
surround.el
Age
Commit message (
Expand
)
Author
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-04
Merge branch 'master' of https://github.com/lyro/evil-surround
Tim Harper
2013-09-27
Extract surround-operator-alist to a customizeable variable
aheaume
2012-11-01
Use `surround-line' instead of `evil-line' for linewise operations
Frank Fischer
2012-10-22
Add wrap in function call
IsoLinearCHiP
2012-08-06
add autoloads to interactive functions for use in emacs proper
Donald Curtis
2012-05-25
add autoloads
Donald Curtis
2012-03-27
Don't trim outer whitespace
Tim Harper
2012-01-22
Make surround-pairs-alist buffer local.
Michael Markert
2011-09-05
Update `interactive' forms
Vegard Øye
2011-09-01
Use text object keymaps
Vegard Øye
2011-08-23
Refactor surround-pair for readability, flexibility. Subtle behavior change
Tim Harper
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 insid...
Tim Harper
2011-08-13
'S' causes normal region to end up on it's own line, as in surround.vim
Tim Harper
2011-08-13
adds angle bracket surround
Tim Harper
2011-08-13
Replaced with Vegard's port of vimpulse-surround
Tim Harper