1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update isfname option

Colon is a valid character for file path on Windows.
This commit is contained in:
jdhao 2021-01-20 22:13:18 +08:00
parent dfd63c9a3c
commit be079c6c09

View File

@ -165,6 +165,5 @@ set signcolumn=auto:2
" Remove certain character from file name pattern matching
set isfname-==
set isfname-=:
set isfname-=,
"}