helix-mods/helix-term/src/handlers
Michael Davis dca952c03a
Delay auto-save until exiting insert mode (#11047)
Saving while in insert mode causes issues with the modification
indicator and this is very easy to reproduce with the current state of
the auto-save hook. We can tweak the hook slightly to await the mode
switch out of insert mode to perform the save.

The debounce is preserved: if you save and then immediately exit insert
mode the debounce will be respected. If the debounce lapses while you
are in insert mode, the save occurs as you switch out of insert mode
immediately.
2024-06-29 11:08:21 +09:00
..
completion LSP: Resolve completion items when any info is missing (#10873) 2024-06-06 13:28:10 +09:00
auto_save.rs Delay auto-save until exiting insert mode (#11047) 2024-06-29 11:08:21 +09:00
completion.rs don't overload LS with completion resolve requests 2024-04-22 12:27:47 +09:00
signature_help.rs cargo fmt 2024-05-07 15:15:52 -04:00