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
/
evil-surround.el
Age
Commit message (
Expand
)
Author
2018-12-16
add csw, csW, css and csp shortcuts
1.0.3
tam5
2018-12-16
tweak implementation file header
Filipe Silva
2018-10-20
Fix visible narrowing when surrounding within a field (#135)
Lionel Henry
2018-10-18
Revert "surround-function improvement for lisp modes (#134)"
Filipe Correa Lima da Silva
2018-01-02
surround-function improvement for lisp modes (#134)
Dickby
2017-12-10
Fix regression for Emacs 26 caused by #125 fix
Justin Burkett
2017-12-07
Fix repeat when pair is determined by function
Justin Burkett
2017-11-27
Use ‘evil-surround’ as :group for customizable variables
wouter bolsterlee
2017-10-04
Make `ysw` work like `cw`, not `ce`
Evgeni Kolev
2017-09-10
Remove debug messages
Evgeni Kolev
2017-01-24
update readme
v1.0.0
ninrod
2017-01-20
Fix defcustom type specification for pairs-alist variable
Wouter Bolsterlee
2016-11-28
fix #84: revert 66b8f89 which reintroduced #24 as a regression
ninrod
2016-10-29
Unset execute permission for files
Kristoffer Haugsbakk
2016-10-26
Point to new repository for Evil
Kristoffer Haugsbakk
2016-09-09
Add explicit autoload definitions to avoid implicit evil dependency
Wouter Bolsterlee
2016-09-07
Merge pull request #80 from mineo/doc-fixes
Tim Harper
2016-09-03
Use evil helpers for correct key translation
Wouter Bolsterlee
2016-09-03
Move the Keywords after the Mailing list header
Wieland Hoffmann
2016-04-26
Add missing evil package dependency
Junpeng Qiu
2016-03-31
Fix repeat action (.) for ys and yS operators.
Igor Avdeev
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
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
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-09-13
Fix indentation of surrounded lines
Jasmin Patry
2015-06-05
Fix surrounding with invalid chars, like ESC (Fix #51)
Henrik Lissner
2015-06-04
Implement block-wise surround
Henrik Lissner
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-15
fixed inconsistency with vim-surround. fixes #47 and #26.
Matthias Pall Gissurarson
2014-06-16
Fix forgotten leftovers when renaming
Philippe Vaucher
2014-06-16
Rename surround* to evil-surround*
Philippe Vaucher
2014-06-16
Rename surround.el to evil-surround.el
Philippe Vaucher
2011-08-13
Replaced with Vegard's port of vimpulse-surround
Tim Harper
2011-08-12
Began port. Surround region working. Change surround/delete surround not.
Tim Harper