To: vim_dev@googlegroups.com Subject: Patch 9.0.1412 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///