diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index f41ae0552c..20adb24b1e 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim @@ -4389,6 +4389,9 @@ func Test_pos_percentage_in_turkish_locale() CheckRunVimInTerminal CheckNotMac defer execute(':lang C') + if !filereadable('../po/tr.mo') + throw 'Skipped: tr.mo not built, run make in src/po first' + endif try let dir = expand('$VIMRUNTIME/lang/tr/') @@ -4398,7 +4401,7 @@ func Test_pos_percentage_in_turkish_locale() call mkdir(target, '') call filecopy(tr, target .. 'vim.mo') lang tr_TR.UTF-8 - let buf = RunVimInTerminal('', {'rows': 5}) + let buf = RunVimInTerminal('', {'rows': 5, 'cols': 40}) call term_sendkeys(buf, ":lang tr_TR.UTF-8\") call term_sendkeys(buf, ":put =range(1,40)\") call term_sendkeys(buf, ":5\") diff --git a/src/version.c b/src/version.c index 1135e03cca..5fd399c977 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 120, /**/ 119, /**/