Patch 7.4.463
Problem: Test 86 and 87 may hang on MS-Windows.
Solution: Call inputrestore() after inputsave(). (Ken Takata)
Files: src/testdir/test86.in, src/testdir/test87.in
*** ../vim-7.4.462/src/testdir/test86.in 2014-03-12 15:26:36.428714415
+0100
--- src/testdir/test86.in 2014-09-29 18:03:03.539951504 +0200
***************
*** 1384,1389 ****
--- 1384,1390 ----
:debug silent! py test_keyboard_interrupt()
:redir END
:0 debuggreedy
+ :call inputrestore()
:silent $put =output
:unlet output
:py del test_keyboard_interrupt
*** ../vim-7.4.462/src/testdir/test87.in 2014-03-12 15:26:36.432714415
+0100
--- src/testdir/test87.in 2014-09-29 18:03:23.719951548 +0200
***************
*** 1361,1366 ****
--- 1361,1367 ----
:debug silent! py3 test_keyboard_interrupt()
:redir END
:0 debuggreedy
+ :call inputrestore()
:silent $put =output
:unlet output
:py3 del test_keyboard_interrupt
*** ../vim-7.4.462/src/version.c 2014-09-29 17:15:09.963945227 +0200
--- src/version.c 2014-09-29 18:06:08.299951907 +0200
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 463,
/**/
--
hundred-and-one symptoms of being an internet addict:
198. You read all the quotes at Netaholics Anonymous and keep thinking
"What's wrong with that?"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.