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

-- 
-- 
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/20230622133847.37F601C01AF%40moolenaar.net.

Raspunde prin e-mail lui