vim-patch:7.4.463

Problem:    Test 86 and 87 may hang on MS-Windows.
Solution:   Call inputrestore() after inputsave(). (Ken Takata)

https://code.google.com/p/vim/source/detail?r=v7-4-463
This commit is contained in:
Julian Mehne
2014-12-14 13:25:18 +01:00
parent 64a32d55c5
commit 850b0b8663
3 changed files with 3 additions and 1 deletions

View File

@@ -1383,6 +1383,7 @@ EOF
:debug silent! py test_keyboard_interrupt() :debug silent! py test_keyboard_interrupt()
:redir END :redir END
:0 debuggreedy :0 debuggreedy
:call inputrestore()
:silent $put =output :silent $put =output
:unlet output :unlet output
:py del test_keyboard_interrupt :py del test_keyboard_interrupt

View File

@@ -1360,6 +1360,7 @@ EOF
:debug silent! py3 test_keyboard_interrupt() :debug silent! py3 test_keyboard_interrupt()
:redir END :redir END
:0 debuggreedy :0 debuggreedy
:call inputrestore()
:silent $put =output :silent $put =output
:unlet output :unlet output
:py3 del test_keyboard_interrupt :py3 del test_keyboard_interrupt

View File

@@ -202,7 +202,7 @@ static int included_patches[] = {
467, 467,
//465 NA //465 NA
//464 NA //464 NA
//463, 463,
//462, //462,
//461 NA //461 NA
//460, //460,