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 -- [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/20230218120510.810771C07A0%40moolenaar.net.