commit | 9f0e423c2818c0cacd0810f9c3c67cbb6b80963d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:48:18 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:48:18 2016 +0100 |
tree | cb99ed0028cd28cc1e0ea4c9f7a05a684360c631 | |
parent | 6c896867c4f5d759616028ef7cbfce2a9ed32600 [diff] [blame] |
patch 8.0.0091 Problem: Test_help_complete sometimes fails in MS-Windows console. Solution: Use getcompletion() instead of feedkeys() and command line completion. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index d00ebd4..f07437d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 91, +/**/ 90, /**/ 89,