To: vim_dev@googlegroups.com Subject: Patch 9.0.0479 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ [Note: the comment on the Git commit is wrong] Patch 9.0.0479 Problem: Valva Date Format files are not recognized. Solution: Add a pattern for VDF. (closes #11144) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.0478/runtime/filetype.vim 2022-09-12 12:43:20.289108044 +0100 --- runtime/filetype.vim 2022-09-16 15:39:01.006247365 +0100 *************** *** 2108,2113 **** --- 2108,2116 ---- " Vala au BufNewFile,BufRead *.vala setf vala + " VDF + au BufNewFile,BufRead *.vdf setf vdf + " VDM au BufRead,BufNewFile *.vdmpp,*.vpp setf vdmpp au BufRead,BufNewFile *.vdmrt setf vdmrt *** ../vim-9.0.0478/src/testdir/test_filetype.vim 2022-09-12 12:43:20.289108044 +0100 --- src/testdir/test_filetype.vim 2022-09-16 15:39:01.006247365 +0100 *************** *** 595,600 **** --- 595,601 ---- \ 'usw2kagtlog': ['usw2kagt.log', 'USW2KAGT.LOG', 'usw2kagt.file.log', 'USW2KAGT.FILE.LOG', 'file.usw2kagt.log', 'FILE.USW2KAGT.LOG'], \ 'vala': ['file.vala'], \ 'vb': ['file.sba', 'file.vb', 'file.vbs', 'file.dsm', 'file.ctl'], + \ 'vdf': ['file.vdf'], \ 'vdmpp': ['file.vpp', 'file.vdmpp'], \ 'vdmrt': ['file.vdmrt'], \ 'vdmsl': ['file.vdm', 'file.vdmsl'], *** ../vim-9.0.0478/src/version.c 2022-09-16 12:52:54.505955519 +0100 --- src/version.c 2022-09-16 15:41:56.989778895 +0100 *************** *** 705,706 **** --- 705,708 ---- { /* Add new patch number below this line */ + /**/ + 479, /**/ -- From "know your smileys": |-P Reaction to unusually ugly C code /// 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 ///