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 -- [email protected] -- 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220920110443.C9E5B1C0846%40moolenaar.net.