mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
vim-patch:9.0.0073: too many files recognized as bsdl (#19504)
Problem: Too many files recognized as bsdl.
Solution: Use pattern "*.bsd" instead of "*bsd". (Martin Tournoij,
closes vim/vim#10783)
1b67f07f76
This commit is contained in:
@@ -176,6 +176,7 @@ local extension = {
|
||||
bbappend = 'bitbake',
|
||||
bbclass = 'bitbake',
|
||||
bl = 'blank',
|
||||
bsd = 'bsdl',
|
||||
bsdl = 'bsdl',
|
||||
bst = 'bst',
|
||||
btm = function(path, bufnr)
|
||||
@@ -1668,7 +1669,6 @@ local pattern = {
|
||||
['.*/build/conf/.*%.conf'] = 'bitbake',
|
||||
['.*/meta/conf/.*%.conf'] = 'bitbake',
|
||||
['.*/meta%-.*/conf/.*%.conf'] = 'bitbake',
|
||||
['.*bsd'] = 'bsdl',
|
||||
['bzr_log%..*'] = 'bzr',
|
||||
['.*enlightenment/.*%.cfg'] = 'c',
|
||||
['cabal%.project%..*'] = starsetf('cabalproject'),
|
||||
|
||||
Reference in New Issue
Block a user