aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/surround.rs
Commit message (Expand)AuthorAge
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* Add test cases for existing pair matching logic. (#6027)Kyle Smith2023-03-08
* Make `m` textobject look for pairs enclosing selections (#3344)Daniel S Poulin2023-02-10
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Improve Readability (#2639)Ryan Russell2022-06-01
* Fix tests for surround primitivesGokul Soumya2022-04-29
* Support m in surround delete and replaceGokul Soumya2022-04-29
* Add `m` textobject to select closest surround pairGokul Soumya2022-04-29
* Show surround delete and replace errors in editor (#1709)Gokul Soumya2022-02-28
* Fix Clippy lints in tests (#1563)Omnikar2022-01-23
* Fix surround cursor position calculation (#1183)Gokul Soumya2021-11-29
* Fix buggy surround behavior from #376.Nathan Vegdahl2021-08-04
* Switch to a cleaner range-head moving abstraction.Nathan Vegdahl2021-07-24
* Update surround commands to work with gap indexing.Nathan Vegdahl2021-07-08
* Fix typo on comment in surroundIvan Tham2021-07-03
* Fix surround bug when cursor on same pairGokul Soumya2021-07-03
* Skip enclosed pairs in surroundGokul Soumya2021-06-24
* Correctly identify pairs when cursor on pairGokul Soumya2021-06-22
* Refactor and add tests for surroundGokul Soumya2021-06-22
* Add more surround pair charactersGokul Soumya2021-06-22
* Add surround keybindsGokul Soumya2021-06-22