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-plus/helix-term
WindSoilder 600ce70cf6
Improve dedent behavior (#1232)
* tmp add code for dedent

* finish normal_mode with dedent behavior

* use function pointer

* rebase from origin

* check dedent condition inside normal_mode implementation

* using if let...

* fix check

* using char_is_whitespace instead of ch.is_whitespace

* fix clippy

* abstract restore_indent function
3 years ago
..
src Improve dedent behavior (#1232) 3 years ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump once_cell from 1.8.0 to 1.9.0 (#1322) 3 years ago
build.rs Add commit hash to version info, if present (#957) 3 years ago