[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 -- [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/20220916144859.6CF811C08C7%40moolenaar.net.