|
|
22c937 |
To: vim_dev@googlegroups.com
|
|
|
22c937 |
Subject: Patch 7.4.463
|
|
|
22c937 |
Fcc: outbox
|
|
|
22c937 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
22c937 |
Mime-Version: 1.0
|
|
|
22c937 |
Content-Type: text/plain; charset=UTF-8
|
|
|
22c937 |
Content-Transfer-Encoding: 8bit
|
|
|
22c937 |
------------
|
|
|
22c937 |
|
|
|
22c937 |
Patch 7.4.463
|
|
|
22c937 |
Problem: Test 86 and 87 may hang on MS-Windows.
|
|
|
22c937 |
Solution: Call inputrestore() after inputsave(). (Ken Takata)
|
|
|
22c937 |
Files: src/testdir/test86.in, src/testdir/test87.in
|
|
|
22c937 |
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.462/src/testdir/test86.in 2014-03-12 15:26:36.428714415 +0100
|
|
|
22c937 |
--- src/testdir/test86.in 2014-09-29 18:03:03.539951504 +0200
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 1384,1389 ****
|
|
|
22c937 |
--- 1384,1390 ----
|
|
|
22c937 |
:debug silent! py test_keyboard_interrupt()
|
|
|
22c937 |
:redir END
|
|
|
22c937 |
:0 debuggreedy
|
|
|
22c937 |
+ :call inputrestore()
|
|
|
22c937 |
:silent $put =output
|
|
|
22c937 |
:unlet output
|
|
|
22c937 |
:py del test_keyboard_interrupt
|
|
|
22c937 |
*** ../vim-7.4.462/src/testdir/test87.in 2014-03-12 15:26:36.432714415 +0100
|
|
|
22c937 |
--- src/testdir/test87.in 2014-09-29 18:03:23.719951548 +0200
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 1361,1366 ****
|
|
|
22c937 |
--- 1361,1367 ----
|
|
|
22c937 |
:debug silent! py3 test_keyboard_interrupt()
|
|
|
22c937 |
:redir END
|
|
|
22c937 |
:0 debuggreedy
|
|
|
22c937 |
+ :call inputrestore()
|
|
|
22c937 |
:silent $put =output
|
|
|
22c937 |
:unlet output
|
|
|
22c937 |
:py3 del test_keyboard_interrupt
|
|
|
22c937 |
*** ../vim-7.4.462/src/version.c 2014-09-29 17:15:09.963945227 +0200
|
|
|
22c937 |
--- src/version.c 2014-09-29 18:06:08.299951907 +0200
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 743,744 ****
|
|
|
22c937 |
--- 743,746 ----
|
|
|
22c937 |
{ /* Add new patch number below this line */
|
|
|
22c937 |
+ /**/
|
|
|
22c937 |
+ 463,
|
|
|
22c937 |
/**/
|
|
|
22c937 |
|
|
|
22c937 |
--
|
|
|
22c937 |
hundred-and-one symptoms of being an internet addict:
|
|
|
22c937 |
198. You read all the quotes at Netaholics Anonymous and keep thinking
|
|
|
22c937 |
"What's wrong with that?"
|
|
|
22c937 |
|
|
|
22c937 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
22c937 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
22c937 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
22c937 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|