Skip to content

Commit 7dee990

Browse files
committed
Drop windows path separators from vimrc regex
Per PR review
1 parent 14c3805 commit 7dee990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/json/pattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
".*materialize.*\\.js$": "",
88
".*mootools.*\\.js$": "",
99
".*require.*\\.js$": "",
10-
".*vimrc[^/\\\\]*$": "",
10+
".*vimrc[^/]*$": "",
1111
"/Contacts\\.$": "󰉌",
1212
"/Desktop\\.$": "",
1313
"/Downloads\\.$": "󰉍",

0 commit comments

Comments
 (0)