helix-mods/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
2021-12-21 18:17:55 +09:00
..
src Improve dedent behavior (#1232) 2021-12-21 18:17:55 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs Add commit hash to version info, if present (#957) 2021-11-15 00:09:02 +09:00
Cargo.toml build(deps): bump once_cell from 1.8.0 to 1.9.0 (#1322) 2021-12-21 08:48:53 +09:00