mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:7.4.1284
Problem: Test 49 fails.
Solution: Check for a different error message.
dc94a26a64
Applied cleanly except for version.c.
This commit is contained in:
parent
e34cdf6e79
commit
8a2cf943f7
@ -1,6 +1,6 @@
|
||||
" Vim script language tests
|
||||
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
|
||||
" Last Change: 2016 Jan 02
|
||||
" Last Change: 2016 Feb 07
|
||||
|
||||
"-------------------------------------------------------------------------------
|
||||
" Test environment {{{1
|
||||
@ -5749,8 +5749,7 @@ function! F()
|
||||
if !caught && !$VIMNOERRTHROW
|
||||
Xpath 8192 " X: 0
|
||||
endif
|
||||
if caught ? !MSG('E55', 'Unmatched \\)')
|
||||
\ : !MSG('E475', "Invalid argument")
|
||||
if !MSG('E475', "Invalid argument")
|
||||
Xpath 16384 " X: 0
|
||||
endif
|
||||
if !caught
|
||||
|
Loading…
Reference in New Issue
Block a user