1
0
forked from aniani/vim

patch 9.1.0586: ocaml runtime files are outdated

Problem:  ocaml runtime files are outdated
Solution: sync those files with the upstream repo,
          detect a few more ocaml files
          (Yinzuo Jiang)

closes: #15260

Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Yinzuo Jiang
2024-07-14 17:02:33 +02:00
committed by Christian Brabandt
parent c3837a46ff
commit 700cf8cfa1
7 changed files with 396 additions and 80 deletions

View File

@@ -228,7 +228,7 @@ def s:GetFilenameChecks(): dict<list<string>>
dtd: ['file.dtd'],
dtrace: ['/usr/lib/dtrace/io.d'],
dts: ['file.dts', 'file.dtsi', 'file.dtso', 'file.its', 'file.keymap'],
dune: ['jbuild', 'dune', 'dune-project', 'dune-workspace'],
dune: ['jbuild', 'dune', 'dune-project', 'dune-workspace', 'dune-file'],
dylan: ['file.dylan'],
dylanintr: ['file.intr'],
dylanlid: ['file.lid'],
@@ -527,7 +527,7 @@ def s:GetFilenameChecks(): dict<list<string>>
odin: ['file.odin'],
omnimark: ['file.xom', 'file.xin'],
ondir: ['.ondirrc'],
opam: ['opam', 'file.opam', 'file.opam.template'],
opam: ['opam', 'file.opam', 'file.opam.template', 'opam.locked', 'file.opam.locked'],
openroad: ['file.or'],
openscad: ['file.scad'],
openvpn: ['file.ovpn', '/etc/openvpn/client/client.conf', '/usr/share/openvpn/examples/server.conf'],

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
586,
/**/
585,
/**/