| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-25 | Fix testsHEADmaster | Tom Dalziel | |
| 2024-03-25 | evil-surround.el: replace looking-at with looking-at-p | Konstantin Kharlamov | |
| We don't use the match-data in the function, so let's call the non-mutating version of `looking-back` | |||
| 2024-03-25 | treewide: add "lexical-binding" directive | Konstantin Kharlamov | |
| Fixes a bunch of warnings like: test/elpa.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line | |||
| 2023-12-13 | Fix some grammar quirks in readme.org | Nate Eagleson | |
| 2023-09-17 | Return an empty range from evil-surround-edit | Tom Dalziel | |
| This fixes a bug with evil-cleverparens where evil-cp-delete tries to call evil-delete with the range, deleting too much text if the point isn't on the opening paren. | |||
| 2023-09-12 | Fix get-delims to allow functions as values | Tom Dalziel | |
| 2023-09-12 | Trim whitespace from delimeters before using for deletion/change | Tom Dalziel | |
| Fixes #204 | |||
| 2023-08-19 | Revert "Revert "Enable lexical binding"" | StrawberryTea | |
| This reverts commit 4a21d756b76a50e0c0619555836c9aa98f103d3d. | |||
| 2023-08-13 | Make car + cdr safe for delete overlays | Tom Dalziel | |
| 2023-08-13 | Restore old deletion strategy as backup | Tom Dalziel | |
| 2023-08-13 | Support multiple-character delimiter deletion | Tom Dalziel | |
| Fixes #199 | |||
| 2023-06-27 | Revert "Enable lexical binding" | Tom Dalziel | |
| This reverts commit 2d878b6ccefe0f39216a178cefdc3f0fa2aa7fef. | |||
| 2023-06-27 | Silence byte-compiler warnings | Brian Leung | |
| 2023-06-27 | Enable lexical binding | Brian Leung | |
| 2022-12-29 | Merge pull request #188 from skangas/nongnu-elpa-fixes | Tom Dalziel | |
| NonGNU ELPA fixes: license statement + bump version | |||
| 2022-12-29 | Update maintainer for NonGNU ELPA | Tom Dalziel | |
| 2022-05-04 | Revert "Merge pull request #191 from dalanicolai/master" | Tom Dalziel | |
| This reverts commit 123b30135bcb181d00e351d714263eaa137ae10b, reversing changes made to 2bc8aa6425f1311e985cf51ea6b5233c1ee6ce1c. | |||
| 2022-05-03 | Merge pull request #191 from dalanicolai/master | Tom Dalziel | |
| Limit global activation to 'text-mode' and 'prog-mode' | |||
| 2022-04-17 | Limit global activation to text-, prog- and comint-mode | Daniel Nicolai | |
| Activating evil-surround in special-mode (i.e. read-only) buffers does not make sense. Furthermore, the bindings can overwrite bindings in modes like magit-diff-mode (see https://github.com/syl20bnr/spacemacs/issues/15448#issuecomment-1090810486). This commit limits the 'globally activated modes' to (modes derived from) text-, prog- and comint-mode via the `define-globalized-minor-mode` its [:predicate](https://www.gnu.org/software/emacs/manual/html_node/elisp/Defining-Minor-Modes.html#index-define_002dglobalized_002dminor_002dmode] keyword. As this should be the default behavior, it is not essential to change/update the documentation. | |||
| 2022-04-12 | Merge pull request #186 from leungbk/prefix-calls | Tom Dalziel | |
| Add support for surrounding with function calls in prefix form | |||
| 2022-04-12 | Merge pull request #190 from MintSoup/master | Tom Dalziel | |
| Fix visual screen-line surrounding bug. | |||
| 2022-04-09 | Fix visual screen-line surrounding bug. | Areg | |
| 2022-01-06 | Bump version to 1.0.4 | Stefan Kangas | |
| 2022-01-06 | Fix license statement | Stefan Kangas | |
| 2022-01-02 | Add support for surrounding with function calls in prefix form | Brian Leung | |
| 2021-11-08 | Typo fix | jgart | |
| 2021-06-15 | Fix yss behavior with visual-line-mode | Areg | |
| - Respect evil-respect-visual-line-mode | |||
| 2021-06-15 | update make emacs | Filipe Correa Lima da Silva | |
| 2021-06-02 | fix make emacs | Filipe Correa Lima da Silva | |
| 2020-06-03 | Fix dot repeat with counted motions1.1.1devel | Yiming Chen | |
| - rel: #133 | |||
| 2020-05-24 | remove emacs 24 and 25 from the build pipeline | ninrod | |
| 2020-05-24 | fix typos in the readme | ninrod | |
| 2020-05-24 | trying to update travis configuration | ninrod | |
| - here I am using evil's travis configuration. | |||
| 2020-05-24 | Add surround text objects from local keymap (#165) | itai33 | |
| * add local keymap support * add tests for local keymap * document local keymap support in readme | |||
| 2019-12-17 | merge @jamesnvc PRs #160 and #1621.1.0 | ninrod | |
| - fix some bugs in macro use cases: #161 and #159 | |||
| 2019-12-15 | Fix repeating tag changes | James N. V. Cash | |
| To make repeating tag changes, need to record the output from the reading the new tag | |||
| 2019-12-15 | Checking minibuffer window doesn't seem to make a difference either | James N. V. Cash | |
| 2019-12-13 | Remove apparently-unnecessary run-at-time | James N. V. Cash | |
| Fixes issue when surrounding with a tag from a macro | |||
| 2019-12-13 | Add a test for surrounding with a tag in a macro | James N. V. Cash | |
| Not using `evil-test-buffer`, as it doesn't seem to play well with this kind of testing a kbd macro. Also slightly different from the already-present tests for surrounding with tags, because it does additional things after wrapping -- without the included change, this surrounds with a `<div>` tag, but also inserts the following keys as well, instead of treating them as commands. | |||
| 2019-10-13 | main el file: add dots and caps to evil-surround-tag-name-re | deviantfero | |
| tests: add tests for caps and dots support in tag names | |||
| 2019-04-03 | optionally keep xml attrs: add more tests1.0.4 | ninrod | |
| 2019-04-03 | optionally keep xml attributes | tam5 | |
| 2019-04-02 | add a "make emacs" makefile option to fire up a clean emacs... | ninrod | |
| - ...environment with just evil and evil-surround - additionally, alter readme to include a first CONTRIBUTING section draft. | |||
| 2018-12-18 | main el file: fix version to 1.0.3 | Filipe Silva | |
| 2018-12-16 | add csw, csW, css and csp shortcuts1.0.3 | tam5 | |
| 2018-12-16 | update readme: copyright years | Filipe Silva | |
| 2018-12-16 | tweak implementation file header | Filipe Silva | |
| 2018-11-06 | add license file | Filipe Correa Lima da Silva | |
| 2018-11-06 | readme: add missing link to `define-and-bind-text-object` macro1.0.2 | Filipe Correa Lima da Silva | |
| 2018-10-20 | Fix visible narrowing when surrounding within a field (#135) | Lionel Henry | |
| * Fix visible narrowing when surrounding within a field * Test that buffer is widened before reading char | |||
