From 13e2a0af665cffa3c4485be843feca70d90a7918 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 9 Sep 2014 13:52:58 +0200 Subject: updated for version 7.4.433 Problem: Test 75 fails on MS-Windows. Solution: Use ":normal" instead of feedkeys(). (Michael Soyka) --- src/testdir/test75.in | 8 ++++---- src/version.c | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/testdir/test75.in b/src/testdir/test75.in index b7f2783f5..8fabccdf5 100644 --- a/src/testdir/test75.in +++ b/src/testdir/test75.in @@ -23,16 +23,16 @@ STARTTEST Go:" :" Outside of the range, minimum :inoremap a -:call feedkeys("a\u1040\") +:execute "normal a\u1040\" :" Inside of the range, minimum :inoremap b -:call feedkeys("a\u103f\") +:execute "normal a\u103f\" :" Inside of the range, maximum :inoremap c -:call feedkeys("a\uf03f\") +:execute "normal a\uf03f\" :" Outside of the range, maximum :inoremap d -:call feedkeys("a\uf040\") +:execute "normal a\uf040\" :" :/^eof/+1,$w! test.out :qa! diff --git a/src/version.c b/src/version.c index 18ea863d8..4d9fb1ee3 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 433, /**/ 432, /**/ -- cgit v1.2.3