Problem: Test fails with different error.
Solution: Add argument for :elseif.
" :elseif without :if
let code =<< trim END
- elseif
+ elseif 1
END
call writefile(code, 'Xtest')
call AssertException(['source Xtest'], 'Vim(elseif):E582: :elseif without :if')
" :elseif without :if
let code =<< trim END
while 1
- elseif
+ elseif 1
endwhile
END
call writefile(code, 'Xtest')
let code =<< trim END
try
finally
- elseif
+ elseif 1
endtry
END
call writefile(code, 'Xtest')
" :elseif without :if
let code =<< trim END
try
- elseif
+ elseif 1
endtry
END
call writefile(code, 'Xtest')
try
throw "a"
catch /a/
- elseif
+ elseif 1
endtry
END
call writefile(code, 'Xtest')
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4676,
/**/
4675,
/**/