Patch 9.0.1412
Problem:    Pony files are not recognized.
Solution:   Add a pattern for Pony files. (Amaan Qureshi, closes #12155)
Files:      runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.1411/runtime/filetype.vim        2023-03-16 20:13:25.640909510 
+0000
--- runtime/filetype.vim        2023-03-17 18:40:40.638944230 +0000
***************
*** 1539,1544 ****
--- 1539,1547 ----
  " PO and PO template (GNU gettext)
  au BufNewFile,BufRead *.po,*.pot              setf po
  
+ " Pony
+ au BufNewFile,BufRead *.pony                  setf pony
+ 
  " Postfix main config
  au BufNewFile,BufRead main.cf,main.cf.proto   setf pfmain
  
*** ../vim-9.0.1411/src/testdir/test_filetype.vim       2023-03-16 
20:13:25.640909510 +0000
--- src/testdir/test_filetype.vim       2023-03-17 18:40:40.638944230 +0000
***************
*** 448,453 ****
--- 448,454 ----
      \ 'pod': ['file.pod'],
      \ 'poefilter': ['file.filter'],
      \ 'poke': ['file.pk'],
+     \ 'pony': ['file.pony'],
      \ 'postscr': ['file.ps', 'file.pfa', 'file.afm', 'file.eps', 'file.epsf', 
'file.epsi', 'file.ai'],
      \ 'pov': ['file.pov'],
      \ 'povini': ['.povrayrc'],
*** ../vim-9.0.1411/src/version.c       2023-03-16 21:43:07.343227878 +0000
--- src/version.c       2023-03-17 18:41:31.234943013 +0000
***************
*** 697,698 ****
--- 697,700 ----
  {   /* Add new patch number below this line */
+ /**/
+     1412,
  /**/

-- 
The greatest lies of all time:
  (1) The check is in the mail.
  (2) We have a really challenging assignment for you.
  (3) I love you.
  (4) All bugs have been fixed.
  (5) This won't hurt a bit.
  (6) Honey, I just need to debug this program and be home in 5 minutes.
  (7) I have just sent you an e-mail about that.
  (8) Of course I'll respect you in the morning.
  (9) I'm from the government, and I'm here to help you.

 /// 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/20230317184332.ECB2C1C1466%40moolenaar.net.

Raspunde prin e-mail lui