mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Add regression test
This commit is contained in:
@@ -128,6 +128,10 @@ def load_data()
|
||||
|
||||
for package in packages
|
||||
for filetype in package["filetypes"]
|
||||
if ["context", "man"].include?(filetype["name"]) && package["remote"]
|
||||
puts "context and man packages caused issues in past, are you sure?"
|
||||
exit 1
|
||||
end
|
||||
if filetype["patterns"]
|
||||
for pattern in filetype["patterns"]
|
||||
for p in comma_expanson(pattern["pattern"])
|
||||
|
||||
Reference in New Issue
Block a user