Problem: zserio files are not recognized.
Solution: Add a pattern for zserio files. (Dominique Pellé,
closes #12544)
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
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',
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1645,
/**/
1644,
/**/