commit | df749a2b9cab579b8c0ca6ca91889aa03d2da704 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 28 15:29:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 28 15:29:43 2021 +0200 |
tree | f0dffeb213e4259a74dbaa241e9f51562077d89f | |
parent | f49a1fcdb952ca270f108fcc27bb8ad6922e0807 [diff] [blame] |
patch 8.2.2669: command line completion does not work after "vim9" Problem: Command line completion does not work after "vim9". Solution: Include the "9". (Naohiro Ono, closes #8025)
diff --git a/src/version.c b/src/version.c index 716f41e..00d2fd7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2669, +/**/ 2668, /**/ 2667,