To: vim_dev@googlegroups.com Subject: Patch 9.0.1351 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///