Files
zyedidia.micro/internal
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
..
2024-03-14 03:10:31 +01:00
2024-03-14 03:10:31 +01:00
2023-09-08 23:27:39 -07:00
2024-03-14 03:10:31 +01:00