Justin M. Keyes
4422b9bbd0
fix(vim.system): unclear non-executable message #33455
...
Problem:
When a command is not found or not executable, the error message gives
no indication about what command was actually tried.
Solution:
Always append the command name to the error message.
BEFORE:
E5108: Error executing lua …/_system.lua:248: ENOENT: no such file or directory
AFTER:
E5108: Error executing lua …/_system.lua:249: ENOENT: no such file or directory: "foo"
fix #33445
(cherry picked from commit 223ac7782e
)
2025-04-16 12:38:46 +00:00
..
2025-03-17 17:13:04 -07:00
2025-04-12 10:56:28 -07:00
2024-06-04 06:06:02 -07:00
2025-01-30 13:46:06 +01:00
2025-01-05 12:28:01 +01:00
2025-01-27 16:37:50 +00:00
2025-04-09 11:57:22 +00:00
2025-03-30 17:01:35 +00:00
2025-04-07 11:30:12 +00:00
2025-03-05 09:45:22 -06:00
2024-11-17 13:31:24 -08:00
2025-03-02 18:38:13 +01:00
2025-03-31 13:42:29 +00:00
2025-03-26 07:35:12 +08:00
2024-03-06 10:45:22 +00:00
2025-03-18 09:39:19 +01:00
2024-10-21 00:54:43 +02:00
2025-02-23 07:51:12 -08:00
2025-04-16 12:38:46 +00:00
2024-10-21 11:32:06 +01:00
2025-04-03 16:49:58 +00:00
2024-01-16 09:33:10 +00:00
2025-04-08 00:52:17 +00:00
2025-03-14 01:36:39 -07:00
2025-01-05 12:28:01 +01:00
2025-01-27 16:37:50 +00:00
2025-03-30 07:04:01 -07:00
2025-04-05 23:19:19 +00:00
2025-01-27 16:37:50 +00:00
2025-03-15 15:00:44 +01:00
2024-10-21 11:32:06 +01:00
2024-12-04 10:17:46 -06:00
2025-04-01 13:54:47 +01:00
2024-02-03 16:53:41 +01:00
2025-02-10 03:04:01 -08:00
2024-10-21 11:32:06 +01:00
2025-03-15 15:00:44 +01:00
2025-03-19 14:47:59 +00:00
2025-03-05 21:28:05 -06:00
2025-02-26 23:06:22 +01:00
2025-03-11 14:45:01 +01:00
2025-02-28 23:14:01 +00:00
2025-01-27 16:37:50 +00:00
2024-12-23 05:08:20 -08:00