To: vim_dev@googlegroups.com Subject: Patch 9.0.1319 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1319 Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes #12018) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1318/runtime/filetype.vim 2023-02-07 19:37:26.478256435 +0000 --- runtime/filetype.vim 2023-02-18 12:02:18.885655792 +0000 *************** *** 2008,2013 **** --- 2008,2016 ---- " SQLJ au BufNewFile,BufRead *.sqlj setf sqlj + " PRQL + au BufNewFile,BufRead *.prql setf prql + " SQR au BufNewFile,BufRead *.sqr,*.sqi setf sqr *** ../vim-9.0.1318/src/testdir/test_filetype.vim 2023-02-07 19:37:26.482256426 +0000 --- src/testdir/test_filetype.vim 2023-02-18 12:02:18.885655792 +0000 *************** *** 549,554 **** --- 549,555 ---- \ 'spyce': ['file.spy', 'file.spi'], \ 'sql': ['file.tyb', 'file.typ', 'file.tyc', 'file.pkb', 'file.pks'], \ 'sqlj': ['file.sqlj'], + \ 'prql': ['file.prql'], \ 'sqr': ['file.sqr', 'file.sqi'], \ 'squid': ['squid.conf'], \ 'squirrel': ['file.nut'], *** ../vim-9.0.1318/src/version.c 2023-02-17 21:29:53.562764905 +0000 --- src/version.c 2023-02-18 12:04:11.566024101 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1319, /**/ -- hundred-and-one symptoms of being an internet addict: 141. You'd rather go to http://www.weather.com/ than look out your window. /// 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 ///