To: vim_dev@googlegroups.com Subject: Patch 8.2.4251 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///