Files
neovim/src
Jaehwang Jung ca992e82d4 fix(buffer): keep trailing slash significant in URI names #41577
Problem:
Literal path comparison ignored one trailing slash for every buffer name,
including URIs. Generic URI syntax does not make a non-empty path
equivalent to the same path with a trailing slash, so distinct URI
buffers collapsed into one.

Solution:
Require equal lengths when comparing URI buffer names, while retaining
trailing-separator normalization for filesystem paths.

AI-assisted
2026-09-01 01:04:57 +00:00
..
2026-08-28 10:24:40 -04:00
2026-08-30 10:53:36 +02:00
2023-11-05 20:19:06 +01:00
2025-08-02 15:58:11 -07:00
2026-08-30 10:53:36 +02:00
2026-06-28 19:01:24 -04:00