To: vim_dev@googlegroups.com Subject: Patch 9.0.1337 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1337 Problem: Yuck files are not recognized. Solution: Add a filetype pattern for yuck files. (Amaan Qureshi, closes #12033) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1336/runtime/filetype.vim 2023-02-18 12:04:34.054087497 +0000 --- runtime/filetype.vim 2023-02-21 15:16:17.561623384 +0000 *************** *** 2441,2446 **** --- 2441,2449 ---- " YANG au BufRead,BufNewFile *.yang setf yang + " Yuck + au BufNewFile,BufRead *.yuck setf yuck + " Zimbu au BufNewFile,BufRead *.zu setf zimbu " Zimbu Templates *** ../vim-9.0.1336/src/testdir/test_filetype.vim 2023-02-18 12:04:34.054087497 +0000 --- src/testdir/test_filetype.vim 2023-02-21 15:16:17.565623389 +0000 *************** *** 664,669 **** --- 664,670 ---- \ 'yacc': ['file.yy', 'file.yxx', 'file.y++'], \ 'yaml': ['file.yaml', 'file.yml', '.clangd', '.clang-format', '.clang-tidy'], \ 'yang': ['file.yang'], + \ 'yuck': ['file.yuck'], \ 'z8a': ['file.z8a'], \ 'zig': ['file.zig'], \ 'zimbu': ['file.zu'], *** ../vim-9.0.1336/src/version.c 2023-02-21 14:27:34.528360386 +0000 --- src/version.c 2023-02-21 15:17:36.961739558 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1337, /**/ -- hundred-and-one symptoms of being an internet addict: 164. You got out to buy software, instead of going out for a beer. /// 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 ///