Patch 9.0.0314
Problem:    VDM files are not recognized.
Solution:   Add patterns for VDM files. (Alessandro Pezzoni, closes #11004)
Files:      runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.0313/runtime/filetype.vim        2022-08-13 13:21:27.019080973 
+0100
--- runtime/filetype.vim        2022-08-29 11:55:30.021934206 +0100
***************
*** 2091,2096 ****
--- 2091,2101 ----
  " Vala
  au BufNewFile,BufRead *.vala                  setf vala
  
+ " VDM
+ au BufRead,BufNewFile *.vdmpp,*.vpp           setf vdmpp
+ au BufRead,BufNewFile *.vdmrt                 setf vdmrt
+ au BufRead,BufNewFile *.vdmsl,*.vdm           setf vdmsl
+ 
  " Vera
  au BufNewFile,BufRead *.vr,*.vri,*.vrh                setf vera
  
*** ../vim-9.0.0313/src/testdir/test_filetype.vim       2022-08-13 
13:21:27.019080973 +0100
--- src/testdir/test_filetype.vim       2022-08-29 11:53:14.569979372 +0100
***************
*** 589,594 ****
--- 589,597 ----
      \ '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'],
+     \ 'vdmpp': ['file.vpp', 'file.vdmpp'],
+     \ 'vdmrt': ['file.vdmrt'],
+     \ 'vdmsl': ['file.vdm', 'file.vdmsl'],
      \ 'vera': ['file.vr', 'file.vri', 'file.vrh'],
      \ 'verilog': ['file.v'],
      \ 'verilogams': ['file.va', 'file.vams'],
*** ../vim-9.0.0313/src/version.c       2022-08-29 11:02:55.231279527 +0100
--- src/version.c       2022-08-29 11:54:44.345951905 +0100
***************
*** 709,710 ****
--- 709,712 ----
  {   /* Add new patch number below this line */
+ /**/
+     314,
  /**/

-- 
The most powerful force in the universe is gossip.

 /// 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/20220829105812.5791D1C0374%40moolenaar.net.

Raspunde prin e-mail lui