Patch 8.2.2790 (after 8.2.2788)
Problem: filetype test fails
Solution: Also update the scripts detection
Files: runtime/scripts.vim
*** ../vim-8.2.2789/runtime/scripts.vim 2021-01-22 20:54:30.934838333 +0100
--- runtime/scripts.vim 2021-04-20 20:16:21.388797005 +0200
***************
*** 110,119 ****
elseif s:name =~# 'lua'
set ft=lua
- " Perl 6
- elseif s:name =~# 'perl6'
- set ft=perl6
-
" Perl
elseif s:name =~# 'perl'
set ft=perl
--- 110,115 ----
***************
*** 130,135 ****
--- 126,135 ----
elseif s:name =~# '^groovy\>'
set ft=groovy
+ " Raku
+ elseif s:name =~# 'raku'
+ set ft=raku
+
" Ruby
elseif s:name =~# 'ruby'
set ft=ruby
*** ../vim-8.2.2789/src/version.c 2021-04-20 21:10:44.818613886 +0200
--- src/version.c 2021-04-20 21:13:24.818106611 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2790,
/**/
--
All true wisdom is found on T-shirts.
/// 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/202104201914.13KJEaxh916302%40masaka.moolenaar.net.