We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c3805 commit 3031d8cCopy full SHA for 3031d8c
assets/json/pattern.json
@@ -7,7 +7,7 @@
7
".*materialize.*\\.js$": "",
8
".*mootools.*\\.js$": "",
9
".*require.*\\.js$": "",
10
- ".*vimrc[^/\\\\]*$": "",
+ ".*vimrc[^/]*$": "",
11
"/Contacts\\.$": "",
12
"/Desktop\\.$": "",
13
"/Downloads\\.$": "",
test/nerdfont/path/pattern.vimspec
@@ -20,11 +20,6 @@ Describe nerdfont#path#pattern
20
Assert Equals(glyph, '')
21
End
22
23
- It returns a Vagrant glyph for 'Vagrantfile' stored under a Windows vimrc path
24
- let glyph = nerdfont#path#pattern#find('vimrc-modules\Vagrantfile')
25
- Assert Equals(glyph, '')
26
- End
27
-
28
It returns a Vim glyph for vimrc patterns
29
let glyph = nerdfont#path#pattern#find('vimrc-whatever')
30
Assert Equals(glyph, '')
0 commit comments