Bram Moolenaar <b...@moolenaar.net> wrote:

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


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

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/CAON-T_jp9bBLUadtLb%3DzfZB5EWJ-nOeThbpZcDFRn0i9x1k7nA%40mail.gmail.com.

Reply via email to