Skip to content

Commit bc96c29

Browse files
committed
patch 7.4.957
Problem: Test_tagcase fails when using another language than English. Solution: Set the messages language to C. (Kenichi Ito)
1 parent f882d9f commit bc96c29

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_tagcase.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Tests for 'tagcase' option
22

33
STARTTEST
44
:so small.vim
5+
:lang mess C
56
:/^start text$/+1,/^end text$/w! Xtext
67
:/^start tags$/+1,/^end tags$/-1w! Xtags
78
:set tags=Xtags

src/version.c

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

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
957,
744746
/**/
745747
956,
746748
/**/

0 commit comments

Comments
 (0)