+4
-1206
lines changedFilter options
+4
-1206
lines changed Original file line number Diff line number Diff line change
@@ -190,7 +190,6 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
190
190
- [vbnet](https://github.com/vim-scripts/vbnet.vim)
191
191
- [vcl](https://github.com/smerrill/vcl-vim-plugin)
192
192
- [velocity](https://github.com/lepture/vim-velocity)
193
-
- [vim](https://github.com/neovim/neovim/tree/master/runtime)
194
193
- [vue](https://github.com/posva/vim-vue)
195
194
- [xdc](https://github.com/amal-khailtash/vim-xdc-syntax)
196
195
- [xml](https://github.com/amadeus/vim-xml)
Original file line number Diff line number Diff line change
@@ -5154,8 +5154,6 @@ filetypes:
5154
5154
- pattern: "*.vhdl_[0-9]*"
5155
5155
---
5156
5156
name: vim
5157
-
remote: neovim/neovim:runtime
5158
-
glob: "**/vim.vim"
5159
5157
filetypes:
5160
5158
- name: vim
5161
5159
patterns:
Original file line number Diff line number Diff line change
@@ -311,7 +311,7 @@ def copy_file(package, src, dest)
311
311
end
312
312
313
313
def download(packages)
314
-
packages.map { |p| p["remote"] or raise "No remote for: " + p["name"] }.uniq.each_slice(20) do |remotes|
314
+
packages.map { |p| p["remote"] }.compact.uniq.each_slice(20) do |remotes|
315
315
remotes.map do |remote|
316
316
Thread.new do
317
317
repo, branch, path, dir = parse_remote(remote)
@@ -488,6 +488,9 @@ def extract(packages)
488
488
489
489
output = []
490
490
packages.map do |package|
491
+
if !package["remote"]
492
+
next
493
+
end
491
494
repo, branch, path, dir = parse_remote(package["remote"])
492
495
dirs = package.fetch("dirs", default_dirs)
493
496
ignored_dirs = package.fetch("ignored_dirs", [])
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4