tao
f81da18c3a
fix(stdpath): avoid DOS 8.3 filenames for "cache", "run" #40201
...
Problem:
stdpath() may return a DOS 8.3 "shortened" filename, because Windows
truncates long usernames into `6ch~N` names in `TEMP/TMP` env vars.
We don't want to "leak" them into Nvim.
Solution:
For "run", pass `true` to `vim_FullName` to expand 8.3 filenames.
For "cache", call `os_realpath` to expand 8.3 filenames.
Co-authored-by: Justin M. Keyes <justinkz@gmail.com >
2026-06-12 11:03:23 -04:00
..
2024-01-11 21:37:23 +01:00
2025-08-14 09:34:38 +02:00
2026-05-02 10:51:44 +08:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2023-11-12 22:01:28 +01:00
2026-06-03 12:26:31 +02:00
2025-08-14 09:34:38 +02:00
2026-05-07 10:47:51 -04:00
2025-08-14 09:34:38 +02:00
2026-06-02 11:12:11 +02:00
2025-08-14 09:34:38 +02:00
2023-11-12 21:26:39 +01:00
2024-04-18 04:28:36 -07:00
2025-11-18 21:19:06 -08:00
2023-11-30 19:52:23 +08:00
2026-04-20 11:36:47 +08:00
2025-08-14 09:34:38 +02:00
2025-12-20 18:38:11 -05:00
2026-04-14 18:39:38 +02:00
2025-08-14 09:34:38 +02:00
2026-03-20 18:42:41 -04:00
2025-08-14 09:34:38 +02:00
2026-05-07 10:36:48 +02:00
2025-08-14 09:34:38 +02:00
2026-04-29 16:33:22 -04:00
2026-03-20 18:42:41 -04:00
2024-09-15 12:20:58 -07:00
2026-06-03 10:20:28 -04:00
2025-08-14 09:34:38 +02:00
2025-11-16 18:44:30 -08:00
2025-08-14 09:34:38 +02:00
2023-11-12 22:01:28 +01:00
2026-06-12 11:03:23 -04:00
2023-11-28 22:23:56 +01:00
2026-04-27 19:01:47 -04:00
2026-04-14 18:39:38 +02:00
2026-04-14 18:39:38 +02:00
2026-04-14 18:39:38 +02:00
2024-09-05 14:28:12 +02:00