commit | 6c896867c4f5d759616028ef7cbfce2a9ed32600 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:46:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:46:51 2016 +0100 |
tree | d0d57454a16708e207a04f5ed369f7bb2e8fa8c7 | |
parent | a859f04b4db651860c07db3587f29906517c552b [diff] [blame] |
patch 8.0.0090 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 1cf4d67..d00ebd4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 90, +/**/ 89, /**/ 88,