summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-03-25Fix testsHEADmasterTom Dalziel
2024-03-25treewide: add "lexical-binding" directiveKonstantin Kharlamov
Fixes a bunch of warnings like: test/elpa.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line
2022-01-02Add support for surrounding with function calls in prefix formBrian Leung
2020-06-03Fix dot repeat with counted motions1.1.1develYiming Chen
- rel: #133
2020-05-24Add 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-17merge @jamesnvc PRs #160 and #1621.1.0ninrod
- fix some bugs in macro use cases: #161 and #159
2019-12-15Fix repeating tag changesJames N. V. Cash
To make repeating tag changes, need to record the output from the reading the new tag
2019-12-13Add a test for surrounding with a tag in a macroJames 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-13main el file: add dots and caps to evil-surround-tag-name-redeviantfero
tests: add tests for caps and dots support in tag names
2019-04-03optionally keep xml attrs: add more tests1.0.4ninrod
2019-04-03optionally keep xml attributestam5
2018-12-16add csw, csW, css and csp shortcuts1.0.3tam5
2018-10-20Fix 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
2018-10-18Revert "surround-function improvement for lisp modes (#134)"Filipe Correa Lima da Silva
This reverts commit 5a20c9757eff64e1567d313eb254126aef2bf3b2.
2018-01-02surround-function improvement for lisp modes (#134)Dickby
surround-function improvement for lisp modes
2017-12-07add tests for @jusbur's pull #130 which fixes #125Filipe Correa Lima da Silva
2017-12-02add yS testninrod
2017-12-02add backquote delimiter testninrod
2017-10-04Make `ysw` work like `cw`, not `ce`Evgeni Kolev
2017-10-04Add tests for repeat, visual mode, visual line modeEvgeni Kolev
2017-09-10Add examples from readme as automated testsEvgeni Kolev
2017-08-06Use `evil-test-helpers` for testingEvgeni Kolev
2017-06-05Add testsEvgeni Kolev