0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 8.2.3600: filetype test fails

Problem:    Filetype test fails.
Solution:   Add missint change.
This commit is contained in:
Bram Moolenaar 2021-11-16 11:53:13 +00:00
parent 782b4bbc16
commit 314b773abb
2 changed files with 10 additions and 0 deletions

View File

@ -190,6 +190,10 @@ if s:line1 =~# "^#!"
elseif s:name =~# 'fennel\>'
set ft=fennel
" MikroTik RouterOS script
elseif s:name =~# 'rsc\>'
set ft=routeros
endif
unlet s:name
@ -390,6 +394,10 @@ else
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

View File

@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3600,
/**/
3599,
/**/