mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
1dd700a8d9
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 |
||
---|---|---|
.. | ||
testdir | ||
memfile_test.c |