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/src
Thanabodee Charoenpiriyakij e8f800a141
Do not crash when run goto command without line number (#1160)
* Do not crash when run goto command without line number

Report an error when running goto command without entering a
line number.

Fixes #1159

* Use is_empty() instead check len zero
3 years ago
..
ui File picker config (#988) 3 years ago
application.rs File picker config (#988) 3 years ago
args.rs Implement `hx --tutor` and `:tutor` to load `tutor.txt` (#898) 3 years ago
commands.rs Do not crash when run goto command without line number (#1160) 3 years ago
compositor.rs Simplify compositor.find 3 years ago
config.rs Launch with defaults upon invalid config/theme (#982) 3 years ago
job.rs Drop some &mut bounds where & would have sufficed 3 years ago
keymap.rs Implement no-yank delete/change (#1099) 3 years ago
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 3 years ago
main.rs revert log truncation (#895) (#1130) 3 years ago