diff options
| author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-10-19 14:30:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-19 14:30:19 -0500 |
| commit | 2c9d4ef45908a933e8a22233733a1482ebd6be31 (patch) | |
| tree | 3a7ddeb2ecae334f61f70bc7116233d64cead058 /test | |
| parent | 315c711700a87fe3fa546906ab39557ebba19baf (diff) | |
| parent | 3ea13bca14e7d89518f502fc42ef341f9eaf7f08 (diff) | |
| download | rneovim-2c9d4ef45908a933e8a22233733a1482ebd6be31.tar.gz rneovim-2c9d4ef45908a933e8a22233733a1482ebd6be31.tar.bz2 rneovim-2c9d4ef45908a933e8a22233733a1482ebd6be31.zip | |
Merge pull request #25717 from gpanders/vim-e08bfef88bd0
vim-patch:e08bfef88bd0, vim-patch:9.0.2053
Diffstat (limited to 'test')
| -rw-r--r-- | test/old/testdir/test_filetype.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim index d351e2ffc7..fa8f734936 100644 --- a/test/old/testdir/test_filetype.vim +++ b/test/old/testdir/test_filetype.vim @@ -735,10 +735,9 @@ func s:GetFilenameChecks() abort \ 'yang': ['file.yang'], \ 'yuck': ['file.yuck'], \ 'z8a': ['file.z8a'], - \ 'zig': ['file.zig'], + \ 'zig': ['file.zig', 'build.zig.zon'], \ 'zimbu': ['file.zu'], \ 'zimbutempl': ['file.zut'], - \ 'zir': ['file.zir'], \ 'zserio': ['file.zs'], \ 'zsh': ['.zprofile', '/etc/zprofile', '.zfbfmarks', 'file.zsh', '.zcompdump', '.zlogin', '.zlogout', '.zshenv', '.zshrc', '.zcompdump-file', '.zlog', '.zlog-file', '.zsh', '.zsh-file', 'any/etc/zprofile', 'zlog', 'zlog-file', 'zsh', 'zsh-file'], \ |