From 13e148687c4eb60205c56b0ddaf19241daea7ca4 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 28 Apr 2015 12:02:48 +0300 Subject: vim-patch:7.4.630 #2524 Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/v7-4-630 --- 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 a6a86f09d1..1d0804796e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -149,7 +149,7 @@ static int included_patches[] = { //633, //632, //631, - //630, + 630, //629, //628, //627, -- cgit