commit | b806aa5bd910dba94fbde586f6019b4825813d28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 22:52:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 22:52:57 2020 +0200 |
tree | 565cfe0e7deb0f5de8e2e9dbd7a874399af14820 | |
parent | 4a091b9978122428e7d9154d034c640c9c8d8c13 [diff] [blame] |
patch 8.2.1673: complete_info() selected index has an invalid value Problem: complete_info() selected index has an invalid value. (Ben Jackson) Solution: Set the index when there is only one match. (closes #6945) Add test for complete_info().
diff --git a/src/version.c b/src/version.c index 950ca40..f30daf8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1673, +/**/ 1672, /**/ 1671,