commit | 094dd152fe1d47878ec6c0b3f54b03ffde7f4a2d | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Jun 15 22:51:57 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 15 22:51:57 2023 +0100 |
tree | 800ef9ce98fd3165531e4c8f03c241fc95dba760 | |
parent | da51ad51bf4fbd66619786d0e6a83fb3ca09930b [diff] [blame] |
patch 9.0.1636: expanding a pattern interferes with cmdline completion Problem: Expanding a pattern interferes with command line completion. Solution: Set the file index only when appropriate. (closes #12519)
diff --git a/src/version.c b/src/version.c index 2665c51..6a70e21 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1636, +/**/ 1635, /**/ 1634,