commit | 743d0620203388bf87dc611cea544b485e4b9f85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 18:15:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 18:15:06 2020 +0200 |
tree | f8e539f3b4292a86c5b33797438bc0db09f6eff7 | |
parent | 92fdd1e75db3048516a93a18cc53ed984813c9e5 [diff] [blame] |
patch 8.2.1121: command completion not working after ++arg Problem: Command completion not working after ++arg. Solution: Move skipping up. (Christian Brabandt, closes #6382)
diff --git a/src/version.c b/src/version.c index c13c6e6..de98479 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1121, +/**/ 1120, /**/ 1119,