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