-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle escaped parentheses (#110)
* fix: handle escaped parentheses Currently, if an escaped paren is encountered in Clojure code; it's interpreted as a delimiter and breaks deletion * Bypass sp-get-enclosing-sexp for deletion Use evil-cp--matching-paren-pos's value instead. * Fix deletion for escaped parens --------- Co-authored-by: Ellis Kenyo <me@elken.dev>
- Loading branch information
Showing
3 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters