To: vim_dev@googlegroups.com Subject: Patch 9.0.0510 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0510 Problem: Chatito files are not recognized. Solution: Add a pattern for Chatito files. (closes #11174) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.0509/runtime/filetype.vim 2022-09-18 12:46:16.219996816 +0100 --- runtime/filetype.vim 2022-09-20 11:59:04.122449225 +0100 *************** *** 299,304 **** --- 299,307 ---- " ChaiScript au BufRead,BufNewFile *.chai setf chaiscript + " Chatito + au BufNewFile,BufRead *.chatito setf chatito + " Comshare Dimension Definition Language au BufNewFile,BufRead *.cdl setf cdl *** ../vim-9.0.0509/src/testdir/test_filetype.vim 2022-09-18 12:46:16.219996816 +0100 --- src/testdir/test_filetype.vim 2022-09-20 11:59:04.126449217 +0100 *************** *** 108,113 **** --- 108,114 ---- \ 'ch': ['file.chf'], \ 'chaiscript': ['file.chai'], \ 'chaskell': ['file.chs'], + \ 'chatito': ['file.chatito'], \ 'chill': ['file..ch'], \ 'chordpro': ['file.chopro', 'file.crd', 'file.cho', 'file.crdpro', 'file.chordpro'], \ 'cl': ['file.eni'], *** ../vim-9.0.0509/src/version.c 2022-09-20 11:49:06.007787298 +0100 --- src/version.c 2022-09-20 12:00:12.130289131 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 510, /**/ -- hundred-and-one symptoms of being an internet addict: 102. When filling out your driver's license application, you give your IP address. /// 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 ///