To: vim_dev@googlegroups.com Subject: Patch 9.0.0182 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0182 Problem: Quarto files are not recognized. Solution: Recognize quarto files by the extension. (Jonas Strittmatter, closes #10880) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.0181/runtime/filetype.vim 2022-07-27 15:07:02.019556436 +0100 --- runtime/filetype.vim 2022-08-10 11:40:40.694219726 +0100 *************** *** 1531,1536 **** --- 1531,1539 ---- " QL au BufRead,BufNewFile *.ql,*.qll setf ql + " Quarto + au BufRead,BufNewFile *.qmd setf quarto + " Radiance au BufNewFile,BufRead *.rad,*.mat setf radiance *** ../vim-9.0.0181/src/testdir/test_filetype.vim 2022-07-27 15:07:02.019556436 +0100 --- src/testdir/test_filetype.vim 2022-08-10 11:40:40.694219726 +0100 *************** *** 442,447 **** --- 442,448 ---- \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi', 'SConstruct'], \ 'ql': ['file.ql', 'file.qll'], \ 'quake': ['anybaseq2/file.cfg', 'anyid1/file.cfg', 'quake3/file.cfg', 'baseq2/file.cfg', 'id1/file.cfg', 'quake1/file.cfg', 'some-baseq2/file.cfg', 'some-id1/file.cfg', 'some-quake1/file.cfg'], + \ 'quarto': ['file.qmd'], \ 'r': ['file.r'], \ 'radiance': ['file.rad', 'file.mat'], \ 'raku': ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakudoc', 'file.rakutest'], *** ../vim-9.0.0181/src/version.c 2022-08-09 21:37:51.355177041 +0100 --- src/version.c 2022-08-10 11:42:07.426177223 +0100 *************** *** 737,738 **** --- 737,740 ---- { /* Add new patch number below this line */ + /**/ + 182, /**/ -- The greatest lies of all time: (1) The check is in the mail. (2) We have a really challenging assignment for you. (3) I love you. (4) All bugs have been fixed. (5) This won't hurt a bit. (6) Honey, I just need to debug this program and be home in 5 minutes. (7) I have just sent you an e-mail about that. (8) Of course I'll respect you in the morning. (9) I'm from the government, and I'm here to help you. /// 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 ///