To: vim_dev@googlegroups.com Subject: Patch 9.0.1645 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///