To: vim_dev@googlegroups.com Subject: Patch 9.0.1678 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1678 Problem: Blade files are not recognized. Solution: Add a pattern for Blade files. (closes #12650) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1677/runtime/filetype.vim 2023-06-26 22:05:33.291658094 +0100 --- runtime/filetype.vim 2023-07-11 22:10:36.306918876 +0100 *************** *** 254,259 **** --- 254,262 ---- au BufNewFile,BufRead named.root setf bindzone au BufNewFile,BufRead *.db call dist#ft#BindzoneCheck('') + " Blade + au BufNewFile,BufRead *.blade.php setf blade + " Blank au BufNewFile,BufRead *.bl setf blank *** ../vim-9.0.1677/src/testdir/test_filetype.vim 2023-06-26 22:05:33.291658094 +0100 --- src/testdir/test_filetype.vim 2023-07-11 22:03:20.647766478 +0100 *************** *** 122,127 **** --- 122,128 ---- bicep: ['file.bicep'], bindzone: ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'], bitbake: ['file.bb', 'file.bbappend', 'file.bbclass', 'build/conf/local.conf', 'meta/conf/layer.conf', 'build/conf/bbappend.conf', 'meta-layer/conf/distro/foo.conf'], + blade: ['file.blade.php'], blank: ['file.bl'], blueprint: ['file.blp'], bsdl: ['file.bsd', 'file.bsdl'], *** ../vim-9.0.1677/src/version.c 2023-07-09 02:38:14.495188998 +0100 --- src/version.c 2023-07-11 22:07:23.075653481 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1678, /**/ -- Life would be so much easier if we could just look at the source code. /// 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 ///