Patch 8.2.2106
Problem: TOML files are not recognized.
Solution: Match *.toml. (issue #7432)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.2105/runtime/filetype.vim 2020-12-03 21:08:32.948412699
+0100
--- runtime/filetype.vim 2020-12-07 18:02:25.294576017 +0100
***************
*** 1741,1746 ****
--- 1742,1750 ----
" tmux configuration
au BufNewFile,BufRead {.,}tmux*.conf setf tmux
+ " TOML
+ au BufNewFile,BufRead *.toml setf toml
+
" TPP - Text Presentation Program
au BufNewFile,BufReadPost *.tpp setf tpp
*** ../vim-8.2.2105/src/testdir/test_filetype.vim 2020-12-03
21:08:32.948412699 +0100
--- src/testdir/test_filetype.vim 2020-12-07 18:04:07.086192932 +0100
***************
*** 479,484 ****
--- 479,485 ----
\ 'tilde': ['file.t.html'],
\ 'tli': ['file.tli'],
\ 'tmux': ['tmuxfile.conf', '.tmuxfile.conf', '.tmux-file.conf',
'.tmux.conf', 'tmux-file.conf', 'tmux.conf'],
+ \ 'toml': ['file.toml'],
\ 'tpp': ['file.tpp'],
\ 'treetop': ['file.treetop'],
\ 'trustees': ['trustees.conf'],
*** ../vim-8.2.2105/src/version.c 2020-12-06 21:43:40.541781585 +0100
--- src/version.c 2020-12-07 18:03:33.906317317 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2106,
/**/
--
BRIDGEKEEPER: What is your favorite colour?
LAUNCELOT: Blue.
BRIDGEKEEPER: Right. Off you go.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202012071706.0B7H65fL1409562%40masaka.moolenaar.net.