From 2095148277cf1c4e7b3bbaf4e34812b7cfe3011b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 25 Dec 2017 13:44:43 +0100 Subject: patch 8.0.1425: execute() does not work in completion of user command Problem: execute() does not work in completion of user command. (thinca) Solution: Switch off redir_off and restore it. (Ozaki Kiichi, closes #2492) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 4f8dfd29c..f62287b5b 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1425, /**/ 1424, /**/ -- cgit v1.2.1