]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.433 v7.4.433
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Sep 2014 11:52:58 +0000 (13:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Sep 2014 11:52:58 +0000 (13:52 +0200)
Problem:    Test 75 fails on MS-Windows.
Solution:   Use ":normal" instead of feedkeys(). (Michael Soyka)

src/testdir/test75.in
src/version.c

index b7f2783f54d4a31341446aeea2c8e99c4ad6b3db..8fabccdf527b4cf46ad792ce8eef73d082b3888b 100644 (file)
@@ -23,16 +23,16 @@ STARTTEST
 Go\e:"
 :" Outside of the range, minimum
 :inoremap <Char-0x1040> a
-:call feedkeys("a\u1040\<Esc>")
+:execute "normal a\u1040\<Esc>"
 :" Inside of the range, minimum
 :inoremap <Char-0x103f> b
-:call feedkeys("a\u103f\<Esc>")
+:execute "normal a\u103f\<Esc>"
 :" Inside of the range, maximum
 :inoremap <Char-0xf03f> c
-:call feedkeys("a\uf03f\<Esc>")
+:execute "normal a\uf03f\<Esc>"
 :" Outside of the range, maximum
 :inoremap <Char-0xf040> d
-:call feedkeys("a\uf040\<Esc>")
+:execute "normal a\uf040\<Esc>"
 :"
 :/^eof/+1,$w! test.out
 :qa!
index 18ea863d844631e1e9adbebb6b66949ac2479839..4d9fb1ee315ef57b376de477a5f9b0138a6e8f41 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    433,
 /**/
     432,
 /**/