vim-patch:8.2.4251: vala files are not recognized (#17235)

Problem:    Vala files are not recognized.
Solution:   Add the *.vala pattern. (closes vim/vim#9654)
97c554d514
This commit is contained in:
Christian Clason
2022-01-29 15:40:29 +01:00
committed by GitHub
parent 5e1c487d99
commit b2f77c354a
3 changed files with 5 additions and 0 deletions

View File

@@ -756,6 +756,7 @@ local extension = {
zu = "zimbu",
zut = "zimbutempl",
zsh = "zsh",
vala = "vala",
E = function() vim.fn["dist#ft#FTe"]() end,
EU = function() vim.fn["dist#ft#EuphoriaCheck"]() end,
EW = function() vim.fn["dist#ft#EuphoriaCheck"]() end,