Patch 9.0.0692
Problem: PoE filter files are not recognized.
Solution: Add a pattern to detect PoE filter files. (closes #11305)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.0691/runtime/filetype.vim 2022-09-27 13:07:01.899285179
+0100
--- runtime/filetype.vim 2022-10-08 12:16:30.742873997 +0100
***************
*** 1391,1396 ****
--- 1391,1399 ----
" Free Pascal makefile definition file
au BufNewFile,BufRead *.fpc setf fpcmake
+ " Path of Exile item filter
+ au BufNewFile,BufRead *.filter setf poefilter
+
" PDF
au BufNewFile,BufRead *.pdf setf pdf
*** ../vim-9.0.0691/src/testdir/test_filetype.vim 2022-09-29
13:07:14.262964414 +0100
--- src/testdir/test_filetype.vim 2022-10-08 12:16:30.742873997 +0100
***************
*** 426,431 ****
--- 426,432 ----
\ 'plsql': ['file.pls', 'file.plsql'],
\ 'po': ['file.po', 'file.pot'],
\ 'pod': ['file.pod'],
+ \ 'poefilter': ['file.filter'],
\ 'poke': ['file.pk'],
\ 'postscr': ['file.ps', 'file.pfa', 'file.afm', 'file.eps', 'file.epsf',
'file.epsi', 'file.ai'],
\ 'pov': ['file.pov'],
*** ../vim-9.0.0691/src/version.c 2022-10-08 11:45:49.764409792 +0100
--- src/version.c 2022-10-08 12:17:55.106618545 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 692,
/**/
--
Not too long ago, unzipping in public was illegal...
/// 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/20221008112211.7402C1C0CD2%40moolenaar.net.