Skip to content

Commit dc94a26

Browse files
committed
patch 7.4.1284
Problem: Test 49 fails. Solution: Check for a different error message.
1 parent 942d6b2 commit dc94a26

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/testdir/test49.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Vim script language tests
22
" Author: Servatius Brandt <[email protected]>
3-
" Last Change: 2016 Jan 02
3+
" Last Change: 2016 Feb 07
44

55
"-------------------------------------------------------------------------------
66
" Test environment {{{1
@@ -5749,8 +5749,7 @@ function! F()
57495749
if !caught && !$VIMNOERRTHROW
57505750
Xpath 8192 " X: 0
57515751
endif
5752-
if caught ? !MSG('E55', 'Unmatched \\)')
5753-
\ : !MSG('E475', "Invalid argument")
5752+
if !MSG('E475', "Invalid argument")
57545753
Xpath 16384 " X: 0
57555754
endif
57565755
if !caught

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@ static char *(features[]) =
747747

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1284,
750752
/**/
751753
1283,
752754
/**/

0 commit comments

Comments
 (0)