Match filenames case-insenstively

This commit is contained in:
Mihai Galos
2021-10-10 20:45:10 +02:00
parent 4d4aa5fe55
commit cf408f9125
3 changed files with 3 additions and 3 deletions

View File

@@ -267,7 +267,7 @@ let s:globs = {
\ 'jsp': '*.jsp',
\ 'jst': '*.ejs,*.ect,*.jst',
\ 'julia': '*.jl',
\ 'just': '*.just,justfile',
\ 'just': '*.just,\cjustfile',
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
\ 'kivy': '*.kv',
\ 'kix': '*.kix',