diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-12-25 13:44:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-12-25 13:44:43 +0100 |
commit | 2095148277cf1c4e7b3bbaf4e34812b7cfe3011b (patch) | |
tree | e4e4c067e47b93ab553db7a83b4f98be3450b04f /src/version.c | |
parent | df980db69b831381c37c3e2973a6eefa10df305c (diff) | |
download | vim-git-8.0.1425.tar.gz |
patch 8.0.1425: execute() does not work in completion of user commandv8.0.1425
Problem: execute() does not work in completion of user command. (thinca)
Solution: Switch off redir_off and restore it. (Ozaki Kiichi, closes #2492)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4f8dfd29c..f62287b5b 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1425, +/**/ 1424, /**/ 1423, |