helix-mods/helix-term/src
Matouš Dzivjak 38ca8daa09
fix(commands): run fmt for all documents being closed (#1444)
When writing all documents, fmt wouldn't be run.
Run fmt in close all implementation so that all documents
are formatted if necessary.

Fixes: https://github.com/helix-editor/helix/issues/1442
2022-01-16 10:39:49 +09:00
..
ui fix: Use std::path::MAIN_SEPARATOR to determine completion 2022-01-06 11:03:54 +09:00
application.rs Use the correct language ID for JavaScript & TypeScript (#1466) 2022-01-15 15:23:06 +09:00
args.rs Implement hx --tutor and :tutor to load tutor.txt (#898) 2021-10-28 10:23:46 +09:00
commands.rs fix(commands): run fmt for all documents being closed (#1444) 2022-01-16 10:39:49 +09:00
compositor.rs Macros (#1234) 2021-12-12 21:16:48 +09:00
config.rs Put some tests behind #[cfg(test)] (#1459) 2022-01-09 00:32:50 +09:00
job.rs Drop some &mut bounds where & would have sufficed 2021-09-06 15:25:46 +09:00
keymap.rs feat(commands): shrink_selection (#1340) 2022-01-06 11:12:02 +09:00
lib.rs Assume true color support on Windows 2021-12-14 00:48:45 +09:00
main.rs revert log truncation (#895) (#1130) 2021-11-19 13:26:39 +09:00