To: vim_dev@googlegroups.com Subject: Patch 8.2.3600 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3600 (after 8.2.3598) Problem: Filetype test fails. Solution: Add missint change. Files: runtime/scripts.vim *** ../vim-8.2.3599/runtime/scripts.vim 2021-04-20 20:14:06.385974473 +0100 --- runtime/scripts.vim 2021-11-15 21:41:21.553094796 +0000 *************** *** 190,195 **** --- 190,199 ---- elseif s:name =~# 'fennel\>' set ft=fennel + " MikroTik RouterOS script + elseif s:name =~# 'rsc\>' + set ft=routeros + endif unlet s:name *************** *** 390,395 **** --- 394,403 ---- elseif s:line1 =~# '^%YAML' set ft=yaml + " MikroTik RouterOS script + elseif s:line1 =~# '^#.*by RouterOS.*$' + set ft=routeros + " CVS diff else let s:lnum = 1 *** ../vim-8.2.3599/src/version.c 2021-11-16 11:10:08.337448702 +0000 --- src/version.c 2021-11-16 11:52:42.889200329 +0000 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3600, /**/ -- Courtroom Quote #19: Q: Doctor, how many autopsies have you performed on dead people? A: All my autopsies have been performed on dead people. /// 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 ///