Barrett Ruth
3b88a8a65d
fix(filetype): ensure directory bufname ends w/ slash sep #40552
...
Problem:
`vim.filetype.match()` needs a cheap way to recognize directory buffers
without doing filesystem stat work.
Solution:
Ensure full buffer names for directories end in a trailing slash. Now
directory buffers can proceed through the normal 'filetype' path.
Note side-effects: session and ShaDa buffer-list restore behavior must
be compatible, so those + corresponding tests must be updated.
2026-07-10 12:40:13 -04:00
..
2026-04-20 14:16:41 -04:00
2024-04-23 18:17:04 +02:00
2026-04-15 18:45:26 +00:00
2026-02-17 11:34:12 +08:00
2026-05-25 11:06:02 +02:00
2025-05-29 12:10:07 +02:00
2026-03-29 18:50:37 +02:00
2026-06-15 11:11:57 -04:00
2026-01-28 05:44:17 -05:00
2026-07-10 12:40:13 -04:00
2026-07-06 10:55:20 +02:00
2025-01-09 09:26:45 -08:00
2026-01-12 10:58:01 -08:00
2026-06-06 10:26:12 +00:00
2025-03-18 09:39:19 +01:00
2026-02-12 11:55:16 -05:00
2026-06-29 14:20:09 +02:00
2026-05-05 17:04:11 -04:00
2024-11-26 06:15:50 -08:00
2026-07-08 20:15:42 +00:00
2026-05-25 11:06:02 +02:00
2026-03-21 17:07:33 -04:00
2026-06-12 09:50:27 -04:00
2026-06-29 10:00:36 -04:00
2026-06-19 19:42:28 +02:00
2026-06-08 19:52:51 +08:00
2026-05-20 16:23:03 +08:00
2026-06-19 19:42:28 +02:00
2026-05-10 09:19:12 -04:00
2024-04-23 18:17:04 +02:00
2025-08-17 20:40:28 -07:00
2026-06-12 09:50:27 -04:00
2026-04-20 14:16:41 -04:00
2026-05-25 11:06:02 +02:00
2026-04-23 17:11:59 -04:00
2026-03-13 09:36:44 -04:00
2026-04-30 19:19:42 +02:00
2026-04-28 18:29:17 -04:00
2026-01-28 05:44:17 -05:00
2026-06-19 19:42:28 +02:00
2026-04-08 13:33:00 -04:00
2026-07-04 11:50:38 +00:00
2026-06-12 09:50:27 -04:00
2026-07-09 07:07:14 -04:00
2025-09-15 12:10:23 +02:00