neovim/test/old
Leonardo Mello 1dd700a8d9 fix: gf fails on "foo/bar.txt:1:2" on Windows
Problem:
On Windows, "gf" fails on a filepath that has a line:column suffix.
Example:

    E447: Can't find file "src/app/core/services/identity/identity.service.ts:64:23"

Solution:
- Remove ":" from 'isfname' on Windows. Colon is not a valid filename
  character (except for the drive-letter).
- Handle drive letters specially in file_name_in_line().

Fixes #25160
2023-10-06 12:59:58 +02:00
..
testdir fix: gf fails on "foo/bar.txt:1:2" on Windows 2023-10-06 12:59:58 +02:00
memfile_test.c test(old): move memfile_test.c to test/old/ (#22567) 2023-03-08 10:46:09 +08:00