From 2b9f11ac64a04aa10b4bd2619dbd4dab8b9abbf9 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 23 Dec 2014 11:20:55 +0100 Subject: 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 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 030e1ba514..e75139eab1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -296,7 +296,7 @@ static int included_patches[] = { 444, //443, 442, - //441, + 441, 440, 439, //438, -- cgit