Patch 9.0.1351
Problem: Dhall files are not recognized.
Solution: Add patterns for Dhall files. (Amaan Qureshi, closes #12052)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1350/runtime/filetype.vim 2023-02-24 12:08:41.919004961
+0000
--- runtime/filetype.vim 2023-02-24 16:00:37.811336946 +0000
***************
*** 522,527 ****
--- 522,530 ----
" Deny hosts
au BufNewFile,BufRead denyhosts.conf setf denyhosts
+ " Dhall
+ au BufNewFile,BufRead *.dhall setf dhall
+
" dnsmasq(8) configuration files
au BufNewFile,BufRead */etc/dnsmasq.conf setf dnsmasq
*** ../vim-9.0.1350/src/testdir/test_filetype.vim 2023-02-24
12:08:41.923004967 +0000
--- src/testdir/test_filetype.vim 2023-02-24 16:00:37.811336946 +0000
***************
*** 155,160 ****
--- 155,161 ----
\ 'denyhosts': ['denyhosts.conf'],
\ 'desc': ['file.desc'],
\ 'desktop': ['file.desktop', '.directory', 'file.directory'],
+ \ 'dhall': ['file.dhall'],
\ 'dictconf': ['dict.conf', '.dictrc'],
\ 'dictdconf': ['dictd.conf', 'dictdfile.conf', 'dictd-file.conf'],
\ 'diff': ['file.diff', 'file.rej'],
*** ../vim-9.0.1350/src/version.c 2023-02-24 12:08:41.923004967 +0000
--- src/version.c 2023-02-24 16:01:31.179245381 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1351,
/**/
--
If Microsoft would build a car...
... the oil, water temperature, and alternator warning lights would
all be replaced by a single "General Protection Fault" warning light.
/// 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/20230224160305.620D01C0B1F%40moolenaar.net.