helix/helix-term/src
Pascal Kuthe 0ab96cc257 remove incorrect assert
This assert was added during early development of #5420 and makes no
sense with the current code. We simply forgot to remove it.
2023-03-27 09:54:40 +09:00
..
commands Run shell commands asynchronously (#6373) 2023-03-20 19:12:18 -05:00
keymap feat(dap): implement Restart request (#5651) 2023-03-06 18:19:53 +09:00
ui remove incorrect assert 2023-03-27 09:54:40 +09:00
application.rs discard outdated workspace edits recived from the LS 2023-03-16 15:45:49 +09:00
args.rs
commands.rs Feat: LSP Type Hints (#5934) 2023-03-11 11:32:14 +09:00
compositor.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
config.rs
health.rs Generalised to multiple runtime directories with priorities (#5411) 2023-03-09 23:50:43 +09:00
job.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
keymap.rs keymap: Test backslash escaping in commands 2023-01-25 09:31:58 -06:00
lib.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
main.rs