mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
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
700cf8cfa1
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
This commit is contained in:
@@ -1392,6 +1392,7 @@ local filename = {
|
||||
jbuild = 'dune',
|
||||
['dune-workspace'] = 'dune',
|
||||
['dune-project'] = 'dune',
|
||||
['dune-file'] = 'dune',
|
||||
Earthfile = 'earthfile',
|
||||
['.editorconfig'] = 'editorconfig',
|
||||
['elinks.conf'] = 'elinks',
|
||||
@@ -1543,6 +1544,7 @@ local filename = {
|
||||
['octave.conf'] = 'octave',
|
||||
['.ondirrc'] = 'ondir',
|
||||
opam = 'opam',
|
||||
['opam.locked'] = 'opam',
|
||||
['pacman.log'] = 'pacmanlog',
|
||||
['/etc/pam.conf'] = 'pamconf',
|
||||
['pam_env.conf'] = 'pamenv',
|
||||
@@ -2065,6 +2067,7 @@ local pattern = {
|
||||
['%.ml%.cppo$'] = 'ocaml',
|
||||
['%.mli%.cppo$'] = 'ocaml',
|
||||
['/octave/history$'] = 'octave',
|
||||
['%.opam%.locked$'] = 'opam',
|
||||
['%.opam%.template$'] = 'opam',
|
||||
['/openvpn/.*/.*%.conf$'] = 'openvpn',
|
||||
['%.[Oo][Pp][Ll]$'] = 'opl',
|
||||
|
||||
Reference in New Issue
Block a user