Patch 9.0.0562
Problem: HSL playlist files are not recognized.
Solution: Add a pattern to recognize HSL palylist files. (BenoƮt Ryder,
closes #11204)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.0561/runtime/filetype.vim 2022-09-20 12:02:24.701974364
+0100
--- runtime/filetype.vim 2022-09-23 20:29:32.355693093 +0100
***************
*** 844,849 ****
--- 844,852 ----
" Hjson
au BufNewFile,BufRead *.hjson setf hjson
+ " HLS Playlist
+ au BufNewFile,BufRead *.m3u8 setf hlsplaylist
+
" Hollywood
au BufRead,BufNewFile *.hws setf hollywood
*** ../vim-9.0.0561/src/testdir/test_filetype.vim 2022-09-20
12:02:24.701974364 +0100
--- src/testdir/test_filetype.vim 2022-09-23 20:29:32.359693087 +0100
***************
*** 255,260 ****
--- 255,261 ----
\ 'hex': ['file.hex', 'file.h32'],
\ 'hgcommit': ['hg-editor-file.txt'],
\ 'hjson': ['file.hjson'],
+ \ 'hlsplaylist': ['file.m3u8'],
\ 'hog': ['file.hog', 'snort.conf', 'vision.conf'],
\ 'hollywood': ['file.hws'],
\ 'hoon': ['file.hoon'],
*** ../vim-9.0.0561/src/version.c 2022-09-23 20:25:52.160091657 +0100
--- src/version.c 2022-09-23 20:31:57.227413782 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 562,
/**/
--
We are the Borg of GNU GPL. We will assimilate your source code.
Resistance is futile.
/// 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/20220923193431.F239E1C0674%40moolenaar.net.