helix-mirror/helix-term/src
Nikita Revenco db1d84256f
fix: report correct amount of files opened and improved error message when Helix can't parse directory as file (#12199)
* feat: improve information on the amount of files loaded

* refactor: naming consitency Doc and not Buf

* fix: correct name of method

* chore: appease clippy

* feat: more human error information when Helix cannot start

* refatcor: use if guard on match arm
2024-12-08 20:14:29 +09:00
..
commands Simplify change_current_directory and remove extra allocs 2024-12-05 18:50:31 -05:00
handlers fix(clippy): suppress unused lint on windows (#12107) 2024-11-22 08:10:11 -06:00
keymap Search selection with word boundary detection (#12126) 2024-11-26 13:30:53 -06:00
ui Draw each message line separately in draw_eol_diagnostic 2024-12-04 18:23:30 -06:00
application.rs fix: report correct amount of files opened and improved error message when Helix can't parse directory as file (#12199) 2024-12-08 20:14:29 +09:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs Trim all trailing whitespace on insert_newline 2024-12-05 20:53:53 +09:00
compositor.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
events.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
handlers.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
health.rs docs: Eliminate improper use of "LSP" term 2024-12-03 18:29:44 -05:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Disallow macro keybindings within command sequences 2024-08-10 00:39:47 +09:00
lib.rs Ignore .svn version control files (#10536) 2024-04-21 12:00:30 +09:00
main.rs fix: report correct amount of files opened and improved error message when Helix can't parse directory as file (#12199) 2024-12-08 20:14:29 +09:00