From be079c6c0937ad536d8dce614859ddb43a808766 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 20 Jan 2021 22:13:18 +0800 Subject: [PATCH] Update isfname option Colon is a valid character for file path on Windows. --- core/options.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/core/options.vim b/core/options.vim index 5b7e322..84a7d09 100644 --- a/core/options.vim +++ b/core/options.vim @@ -165,6 +165,5 @@ set signcolumn=auto:2 " Remove certain character from file name pattern matching set isfname-== -set isfname-=: set isfname-=, "}