]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.463 v7.4.463
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Sep 2014 16:08:59 +0000 (18:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Sep 2014 16:08:59 +0000 (18:08 +0200)
Problem:    Test 86 and 87 may hang on MS-Windows.
Solution:   Call inputrestore() after inputsave(). (Ken Takata)

src/testdir/test86.in
src/testdir/test87.in
src/version.c

index b1692939a71b9a6624a8133117c5f3fab98617ee..819ae9587d083c8208cd17bfe927d4afc7092b68 100644 (file)
@@ -1384,6 +1384,7 @@ EOF
 :debug silent! py test_keyboard_interrupt()
 :redir END
 :0 debuggreedy
+:call inputrestore()
 :silent $put =output
 :unlet output
 :py del test_keyboard_interrupt
index 9111a499bc75146ee078f7f6ac705f2ced2b80d1..e24df413169e022ef358049e4f3f41ae8a58b6c0 100644 (file)
@@ -1361,6 +1361,7 @@ EOF
 :debug silent! py3 test_keyboard_interrupt()
 :redir END
 :0 debuggreedy
+:call inputrestore()
 :silent $put =output
 :unlet output
 :py3 del test_keyboard_interrupt
index 579e0f9ebfa8d51d10d23bad0ccb9fed6adb40c3..2239524231bd86027a79fd34b3ee522e904a80bc 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    463,
 /**/
     462,
 /**/