Patch 8.2.4251
Problem: Vala files are not recognized.
Solution: Add the *.vala pattern. (closes #9654)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.4250/runtime/filetype.vim 2022-01-28 14:15:06.440853078
+0000
--- runtime/filetype.vim 2022-01-29 12:43:01.788857520 +0000
***************
*** 2018,2023 ****
--- 2018,2026 ----
au BufNewFile,BufRead */.config/upstart/*.conf setf
upstart
au BufNewFile,BufRead */.config/upstart/*.override setf upstart
+ " Vala
+ au BufNewFile,BufRead *.vala setf vala
+
" Vera
au BufNewFile,BufRead *.vr,*.vri,*.vrh setf vera
*** ../vim-8.2.4250/src/testdir/test_filetype.vim 2022-01-28
14:15:06.440853078 +0000
--- src/testdir/test_filetype.vim 2022-01-29 12:43:24.244505422 +0000
***************
*** 557,562 ****
--- 557,563 ----
\ 'usserverlog': ['usserver.log', 'USSERVER.LOG', 'usserver.file.log',
'USSERVER.FILE.LOG', 'file.usserver.log', 'FILE.USSERVER.LOG'],
\ 'usw2kagtlog': ['usw2kagt.log', 'USW2KAGT.LOG', 'usw2kagt.file.log',
'USW2KAGT.FILE.LOG', 'file.usw2kagt.log', 'FILE.USW2KAGT.LOG'],
\ 'vb': ['file.sba', 'file.vb', 'file.vbs', 'file.dsm', 'file.ctl'],
+ \ 'vala': ['file.vala'],
\ 'vera': ['file.vr', 'file.vri', 'file.vrh'],
\ 'verilog': ['file.v'],
\ 'verilogams': ['file.va', 'file.vams'],
*** ../vim-8.2.4250/src/version.c 2022-01-29 12:10:19.613504162 +0000
--- src/version.c 2022-01-29 12:44:41.931295874 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4251,
/**/
--
I used to wonder about the meaning of life. But I looked it
up in the dictionary under "L" and there it was - the meaning
of life. It was less than I expected. - Dogbert
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220129130807.03C161C1918%40moolenaar.net.