summaryrefslogtreecommitdiff
path: root/evil-surround.el
AgeCommit message (Expand)Author
2023-09-17Return an empty range from evil-surround-editTom Dalziel
2023-09-12Fix get-delims to allow functions as valuesTom Dalziel
2023-09-12Trim whitespace from delimeters before using for deletion/changeTom Dalziel
2023-08-19Revert "Revert "Enable lexical binding""StrawberryTea
2023-08-13Make car + cdr safe for delete overlaysTom Dalziel
2023-08-13Restore old deletion strategy as backupTom Dalziel
2023-08-13Support multiple-character delimiter deletionTom Dalziel
2023-06-27Revert "Enable lexical binding"Tom Dalziel
2023-06-27Silence byte-compiler warningsBrian Leung
2023-06-27Enable lexical bindingBrian Leung
2022-12-29Merge pull request #188 from skangas/nongnu-elpa-fixesTom Dalziel
2022-12-29Update maintainer for NonGNU ELPATom Dalziel
2022-05-04Revert "Merge pull request #191 from dalanicolai/master"Tom Dalziel
2022-04-17Limit global activation to text-, prog- and comint-modeDaniel Nicolai
2022-04-12Merge pull request #186 from leungbk/prefix-callsTom Dalziel
2022-04-09Fix visual screen-line surrounding bug.Areg
2022-01-06Bump version to 1.0.4Stefan Kangas
2022-01-06Fix license statementStefan Kangas
2022-01-02Add support for surrounding with function calls in prefix formBrian Leung
2021-06-15Fix yss behavior with visual-line-modeAreg
2020-06-03Fix dot repeat with counted motions1.1.1develYiming Chen
2020-05-24Add surround text objects from local keymap (#165)itai33
2019-12-17merge @jamesnvc PRs #160 and #1621.1.0ninrod
2019-12-15Fix repeating tag changesJames N. V. Cash
2019-12-15Checking minibuffer window doesn't seem to make a difference eitherJames N. V. Cash
2019-12-13Remove apparently-unnecessary run-at-timeJames N. V. Cash
2019-10-13main el file: add dots and caps to evil-surround-tag-name-redeviantfero
2019-04-03optionally keep xml attributestam5
2018-12-18main el file: fix version to 1.0.3Filipe Silva
2018-12-16add csw, csW, css and csp shortcuts1.0.3tam5
2018-12-16tweak implementation file headerFilipe Silva
2018-10-20Fix visible narrowing when surrounding within a field (#135)Lionel Henry
2018-10-18Revert "surround-function improvement for lisp modes (#134)"Filipe Correa Lima da Silva
2018-01-02surround-function improvement for lisp modes (#134)Dickby
2017-12-10Fix regression for Emacs 26 caused by #125 fixJustin Burkett
2017-12-07Fix repeat when pair is determined by functionJustin Burkett
2017-11-27Use ‘evil-surround’ as :group for customizable variableswouter bolsterlee
2017-10-04Make `ysw` work like `cw`, not `ce`Evgeni Kolev
2017-09-10Remove debug messagesEvgeni Kolev
2017-01-24update readmev1.0.0ninrod
2017-01-20Fix defcustom type specification for pairs-alist variableWouter Bolsterlee
2016-11-28fix #84: revert 66b8f89 which reintroduced #24 as a regressionninrod
2016-10-29Unset execute permission for filesKristoffer Haugsbakk
2016-10-26Point to new repository for EvilKristoffer Haugsbakk
2016-09-09Add explicit autoload definitions to avoid implicit evil dependencyWouter Bolsterlee
2016-09-07Merge pull request #80 from mineo/doc-fixesTim Harper
2016-09-03Use evil helpers for correct key translationWouter Bolsterlee
2016-09-03Move the Keywords after the Mailing list headerWieland Hoffmann
2016-04-26Add missing evil package dependencyJunpeng Qiu
2016-03-31Fix repeat action (.) for ys and yS operators.Igor Avdeev