forked from aniani/vim
patch 9.0.0022: spell test fails
Problem: Spell test fails. Solution: Expect new error is given.
This commit is contained in:
@@ -779,7 +779,12 @@ func Test_no_crash_with_weird_text()
|
|||||||
|
|
||||||
END
|
END
|
||||||
call setline(1, lines)
|
call setline(1, lines)
|
||||||
|
try
|
||||||
exe "%norm \<C-v>ez=>\<C-v>wzG"
|
exe "%norm \<C-v>ez=>\<C-v>wzG"
|
||||||
|
catch /E1280:/
|
||||||
|
let caught = 'yes'
|
||||||
|
endtry
|
||||||
|
call assert_equal('yes', caught)
|
||||||
|
|
||||||
bwipe!
|
bwipe!
|
||||||
endfunc
|
endfunc
|
||||||
|
@@ -735,6 +735,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
22,
|
||||||
/**/
|
/**/
|
||||||
21,
|
21,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user