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:
parent
782b4bbc16
commit
314b773abb
@ -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
|
||||
|
@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3600,
|
||||
/**/
|
||||
3599,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user