Files
zyedidia.micro/internal/action
Dmytro Maluka 3dba23a348 Minor: fix weird error message text when unable to load help (#2618)
If we add something like this to init.lua:

   config.AddRuntimeFile("status", config.RTHelp, "help/foo.md")

then start micro and run "help foo", the resulting error message looks
weird:

   Unable to load help textfooopen plugins/status/help/foo.md: file does not exist

Change it to:

   Unable to load help text for foo: open plugins/status/help/foo.md: file does not exist
2024-03-14 03:59:36 +01:00
..
2020-05-04 10:16:15 -04:00
2020-09-06 17:38:23 -04:00
2021-08-21 17:58:30 -04:00
2021-08-21 18:04:08 -04:00
2021-08-21 18:04:08 -04:00
2020-09-05 14:52:35 -04:00