Patch 8.2.2106

5 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 7, 2020, 12:06:14 PM12/7/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages