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-term/src
Luis Useche 6a22d7d1ca
Do not stop reloading docs on error (#9870)
In the `reload-all` command, we should not stop reloading the documents
if one error is found. Instead, we should report the error and continue
trying to reload the current open documents. This is useful in cases
where a backing file does not exist temporarily (e.g. when editing a git
patch in the outstanding chain that doesn't have a file just yet).

This change also remove the error messages in the cases where the
backing is `None`, like in new docs or `tutor`.
3 months ago
..
commands Do not stop reloading docs on error (#9870) 3 months ago
handlers fix LSP ComplitionTriggerKind value for `TriggerKind::Auto` (#9660) 4 months ago
keymap toggling of block comments (#4718) 4 months ago
ui Optimize getting a relative path 3 months ago
application.rs LSP: Normalize diagnostic file paths 4 months ago
args.rs Fallback to filename for +arg (#9333) 5 months ago
commands.rs Keybind for Extend/shrink selection up and down (#9080) 3 months ago
compositor.rs add redraw command (#6949) 10 months ago
config.rs feat: smart_tab 11 months ago
events.rs Add hook/event system 5 months ago
handlers.rs refactor completion and signature help using hooks 5 months ago
health.rs Add glob file type support (#8006) 5 months ago
job.rs Add hook/event system 5 months ago
keymap.rs Allow numbers as second input event (#8471) 4 months ago
lib.rs follow neovim's truecolor detection (#9577) 5 months ago
main.rs Add glob file type support (#8006) 5 months ago