Patch 9.0.1678

179 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 16, 2023, 9:52:15 PM7/16/23
to vim...@googlegroups.com

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 -- Br...@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 ///

Christian Brabandt

unread,
Jul 17, 2023, 2:54:15 AM7/17/23
to vim...@googlegroups.com

On Mo, 17 Jul 2023, Bram Moolenaar wrote:

> 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

That patch isn't on github yet :/

Best,
Christian
--
Letzte Worte eines Dachdeckers:
"Eigentlich recht windstill."

Tony Mechelynck

unread,
Jul 17, 2023, 6:12:01 PM7/17/23
to vim...@googlegroups.com
15 hours after Christian's message, the runtime/filetype.vim at
https://github.com/vim/vim/tree/master/runtime still seems not to have
been updated since patchlevel 9.0.1668 — and of course patch 1678
hasn't yet appeared on the Mercurial repository either, because it
gets its updates from the git master.

I wonder what went wrong.

Best regards,
Tony.
Reply all
Reply to author
Forward
0 new messages