helix-mods/helix-core
Gokul Soumya 394629ab73 Skip enclosed pairs in surround
Surround operations previously ignored other pairs that are
enclosed within which should be skipped. For example if the
cursor is on the `,` in `{{a},{b}}`, doing `md{` previously
would delete the `{` on the left of `a` and `}` on the right
of `b` instead of the outermost braces. This commit corrects
this behavior.
2021-06-24 13:02:56 +09:00
..
src Skip enclosed pairs in surround 2021-06-24 13:02:56 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml ui: prompt: Better unicode support 2021-06-20 16:38:58 +09:00