You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-core/src
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.
3 years ago
..
auto_pairs.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
comment.rs fix: crash with ctrl-c on empty file 3 years ago
diagnostic.rs Derive debug without feature 4 years ago
graphemes.rs Handle erroneously ignored case in RopeGraphemes iterator. 3 years ago
history.rs Add :earlier and :later commands that can be used to navigate the full edit history. (#194) 4 years ago
indent.rs Add ability to change theme on editor 4 years ago
lib.rs Handle non-UTF8 files 3 years ago
line_ending.rs Missed some items in the CRLF PR. 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Don't panic on empty file/buffer (#108) 4 years ago
movement.rs Add function to get the line ending of a str slice. 3 years ago
object.rs minor: Remove a few unwraps. 4 years ago
position.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
register.rs Remove RwLock for registers 4 years ago
search.rs fix: 2 panics while setting style + off by 1 4 years ago
selection.rs fix: Select matching at the start of the doc could crash. Fixes #346 3 years ago
state.rs Derive debug without feature 4 years ago
surround.rs Skip enclosed pairs in surround 3 years ago
syntax.rs Merge branch 'master' of github.com:helix-editor/helix into line_ending_detection 3 years ago
transaction.rs Derive debug without feature 4 years ago