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