Patch 9.0.1645

8 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 22, 2023, 9:38:52 AM6/22/23
to vim...@googlegroups.com

Patch 9.0.1645
Problem: zserio files are not recognized.
Solution: Add a pattern for zserio files. (Dominique Pellé,
closes #12544)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.1644/runtime/filetype.vim 2023-06-22 12:18:51.192345394 +0100
--- runtime/filetype.vim 2023-06-22 14:31:58.557558889 +0100
***************
*** 1961,1966 ****
--- 1961,1969 ----
au BufNewFile,BufRead *.zig setf zig
au BufNewFile,BufRead *.zir setf zir

+ " Zserio
+ au BufNewFile,BufRead *.zs setf zserio
+
" Z-Shell script (patterns ending in a star further below)
au BufNewFile,BufRead .zprofile,*/etc/zprofile,.zfbfmarks setf zsh
au BufNewFile,BufRead .zshrc,.zshenv,.zlogin,.zlogout,.zcompdump setf zsh
*** ../vim-9.0.1644/src/testdir/test_filetype.vim 2023-06-22 12:41:13.308657143 +0100
--- src/testdir/test_filetype.vim 2023-06-22 14:31:58.557558889 +0100
***************
*** 801,806 ****
--- 801,807 ----
zimbu: ['file.zu'],
zimbutempl: ['file.zut'],
zir: ['file.zir'],
+ zserio: ['file.zs'],
zsh: ['.zprofile', '/etc/zprofile', '.zfbfmarks', 'file.zsh',
'.zcompdump', '.zlogin', '.zlogout', '.zshenv', '.zshrc',
'.zcompdump-file', '.zlog', '.zlog-file', '.zsh', '.zsh-file',
*** ../vim-9.0.1644/src/version.c 2023-06-22 12:41:13.308657143 +0100
--- src/version.c 2023-06-22 14:34:35.525362774 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1645,
/**/

--
hundred-and-one symptoms of being an internet addict:
208. Your goals for the future are obtaining a second Gbit connection
and upgrade your NAS to all SSD

/// 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 ///

Dominique Pellé

unread,
Jun 22, 2023, 3:52:17 PM6/22/23
to vim...@googlegroups.com
Something is wrong with this patch 9.0.1645.
It's missing several files which were in the PR
at https://github.com/vim/vim/pull/12544/files

in particular, the patch it's missing the
main file runtime/syntax/zserio.vim

Regards
Dominique

Bram Moolenaar

unread,
Jun 22, 2023, 5:02:24 PM6/22/23
to vim...@googlegroups.com, Dominique Pellé

Dominique wrote:

> Bram Moolenaar <Br...@moolenaar.net> wrote:
>
> > Patch 9.0.1645
> > Problem: zserio files are not recognized.
> > Solution: Add a pattern for zserio files. (Dominique Pell=C3=A9,
> > closes #12544)
> > Files: runtime/filetype.vim, src/testdir/test_filetype.vim
>
> Something is wrong with this patch 9.0.1645.
> It's missing several files which were in the PR
> at https://github.com/vim/vim/pull/12544/files
>
> in particular, the patch it's missing the
> main file runtime/syntax/zserio.vim

Runtime files are normally not included with a patch but with a runtime
update commit. Only filetype changes are turned into a patch, because
the tests need to run on CI.

The missing files will be in the upcoming runtime file update.

--
hundred-and-one symptoms of being an internet addict:
214. Your MCI "Circle of Friends" are all Hayes-compatible.
Reply all
Reply to author
Forward
0 new messages