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 -- 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/20230221151918.DDB4B1C07A0%40moolenaar.net.