commit | 731a799bb926c6f424dbfb63430cf631ca7e132a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 28 14:06:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 28 14:06:50 2019 +0100 |
tree | 57be1c8b0bc62a6137cf08b190da36c756530278 | |
parent | 8cd6cd8087ccf08e4303dbf5f732fc4b82b917e1 [diff] [blame] |
patch 8.2.0051: command line completion test skipped Problem: Command line completion test skipped. (Christian Brabandt) Solution: Invert condition.
diff --git a/src/version.c b/src/version.c index 568c156..b8c4870 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 51, +/**/ 50, /**/ 49,