helix/helix-term
Michael Davis 2271c3aed9
Clear line on <ret> when line is all whitespace ()
This matches the insert-mode behavior for Vim and Kakoune: if the
current line is empty except for whitespace, `<ret>` should insert a
line ending at the beginning of the line, moving any indentation to the
next line.
2022-11-25 11:40:48 +09:00
..
src Clear line on <ret> when line is all whitespace () 2022-11-25 11:40:48 +09:00
tests Follow parent links when calculating changes since a revision 2022-11-24 10:57:12 +09:00
.gitignore
build.rs Resolve a bunch of upcoming clippy lints 2022-11-04 21:06:28 +09:00
Cargo.toml