Skip to content

Commit 09e786e

Browse files
committed
patch 7.4.1152
Problem: Langmap test fails with normal build. Solution: Check for +langmap feature.
1 parent 13d5aee commit 09e786e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/testdir/test_langmap.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
" tests for 'langmap'
22

3+
if !has('langmap')
4+
finish
5+
endif
6+
37
func Test_langmap()
48
new
59
set langmap=}l,^x,%v

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+
1152,
744746
/**/
745747
1151,
746748
/**/

0 commit comments

Comments
 (0)