diff options
| author | jdhao <jdhao@hotmail.com> | 2021-01-20 22:13:18 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-01-20 22:13:18 +0800 |
| commit | be079c6c0937ad536d8dce614859ddb43a808766 (patch) | |
| tree | 437dc4fb10fb1e224a65835503c1941ebd070668 | |
| parent | dfd63c9a3c83b34596f5700f0b4f163c7c98e512 (diff) | |
Update isfname option
Colon is a valid character for file path on Windows.
| -rw-r--r-- | core/options.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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-=, "} |
