diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-07-14 17:26:40 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-14 23:55:57 +0200 |
commit | 79130c0fd393e3eef8e4c939c54ea3d3faec2149 (patch) | |
tree | e0ed0c4faff300b3025c7f4579f7378f2037f421 /test | |
parent | 60734dc76112c4142c6048839a0b93c2d48e77f3 (diff) | |
download | rneovim-79130c0fd393e3eef8e4c939c54ea3d3faec2149.tar.gz rneovim-79130c0fd393e3eef8e4c939c54ea3d3faec2149.tar.bz2 rneovim-79130c0fd393e3eef8e4c939c54ea3d3faec2149.zip |
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: vim/vim#15260
https://github.com/vim/vim/commit/700cf8cfa1e926e2ba676203b3ad90c2c2083f1d
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_filetype.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim index b30102ce11..d6518c46c7 100644 --- a/test/old/testdir/test_filetype.vim +++ b/test/old/testdir/test_filetype.vim @@ -229,7 +229,7 @@ func s:GetFilenameChecks() abort \ '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 @@ func s:GetFilenameChecks() abort \ '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'], |