mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
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:
@@ -1383,6 +1383,7 @@ EOF
|
||||
:debug silent! py test_keyboard_interrupt()
|
||||
:redir END
|
||||
:0 debuggreedy
|
||||
:call inputrestore()
|
||||
:silent $put =output
|
||||
:unlet output
|
||||
:py del test_keyboard_interrupt
|
||||
|
@@ -1360,6 +1360,7 @@ EOF
|
||||
:debug silent! py3 test_keyboard_interrupt()
|
||||
:redir END
|
||||
:0 debuggreedy
|
||||
:call inputrestore()
|
||||
:silent $put =output
|
||||
:unlet output
|
||||
:py3 del test_keyboard_interrupt
|
||||
|
@@ -202,7 +202,7 @@ static int included_patches[] = {
|
||||
467,
|
||||
//465 NA
|
||||
//464 NA
|
||||
//463,
|
||||
463,
|
||||
//462,
|
||||
//461 NA
|
||||
//460,
|
||||
|
Reference in New Issue
Block a user