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 -- [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/20211116115921.6D9451C456C%40moolenaar.net.