commit | 2095148277cf1c4e7b3bbaf4e34812b7cfe3011b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 25 13:44:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 25 13:44:43 2017 +0100 |
tree | e4e4c067e47b93ab553db7a83b4f98be3450b04f | |
parent | df980db69b831381c37c3e2973a6eefa10df305c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4f8dfd2..f62287b 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1425, +/**/ 1424, /**/ 1423,