commit | f3d30842dcc8ef4134da462bd4197ae2e2c6c0c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 25 19:29:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 25 19:29:30 2021 +0200 |
tree | 9f00a98b9076f88ea37a5e1c0560ddc54e4b1424 | |
parent | b420ac9d20d484ba0ebf3e328069251a63f96996 [diff] [blame] |
patch 8.2.3047: increment and decrement don't allow for next command Problem: Increment and decrement don't allow for next command. Solution: Allow for comment and next command. (closes #8442)
diff --git a/src/version.c b/src/version.c index 1ecb567..3898725 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3047, +/**/ 3046, /**/ 3045,