helix/helix-term/src
Narazaki Shuji 05161aa85e
Fix: insert_register (#1751)
- set register name correctly
 - use autoinfo to display register contents
 - call `paste` with `Paste::Cursor`
2022-03-13 17:23:55 +09:00
..
commands migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
ui Use `^` and `$` to match the beginning and end of a line when searching (#1790) 2022-03-12 16:05:50 +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 Fix: insert_register (#1751) 2022-03-13 17:23:55 +09:00
compositor.rs Fix bug with auto replacing components in compositor (#1711) 2022-03-03 10:14:50 +09:00
config.rs Put some tests behind #[cfg(test)] (#1459) 2022-01-09 00:32:50 +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 Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724) 2022-03-08 14:02:03 +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