mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.441
Problem: Endless loop and other problems when 'cedit' is set to CTRL-C. Solution: Do not call ex_window() when ex_normal_busy or got_int was set. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-441
This commit is contained in:
@@ -296,7 +296,7 @@ static int included_patches[] = {
|
||||
444,
|
||||
//443,
|
||||
442,
|
||||
//441,
|
||||
441,
|
||||
440,
|
||||
439,
|
||||
//438,
|
||||
|
Reference in New Issue
Block a user