helix-mods/helix-term/src
2022-03-20 16:03:14 +09:00
..
commands Put esoteric line endings behind a feature flag 2022-03-17 09:29:47 +09:00
ui No need for KeymapResult anymore since we can query .sticky() 2022-03-20 16:03:14 +09:00
application.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
args.rs rename '--fetch/build-grammars' flags into '--grammar fetch/build' 2022-03-10 17:31:57 +09:00
commands.rs keymap: Store pending/sticky on the root level 2022-03-20 16:03:13 +09:00
compositor.rs Fix bug with auto replacing components in compositor (#1711) 2022-03-03 10:14:50 +09:00
config.rs keymap: Store pending/sticky on the root level 2022-03-20 16:03:13 +09:00
health.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
job.rs Don't use block_on in jobs.finish(), we can .await 2022-02-05 15:05:19 +09:00
keymap.rs No need for KeymapResult anymore since we can query .sticky() 2022-03-20 16:03:14 +09:00
lib.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
main.rs fix '--grammar' flag in help text (#1784) 2022-03-10 22:33:51 +09:00