commit | 56858e4ed4e338e15821767b8303b06099e40384 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 22 16:43:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 22 16:43:59 2021 +0200 |
tree | dff07aafa059046517f533e2d278c1a66b258140 | |
parent | 23003e51e18371afda4420d9e171a3dcba5a31cc [diff] [blame] |
patch 8.2.3455: using a count with "gp" leaves '] in wrong position Problem: Using a count with "gp" leaves '] in wrong position. (Naohiro Ono) Solution: Correct the mark position. (closes #8899)
diff --git a/src/version.c b/src/version.c index fb36b14..6865fa5 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3455, +/**/ 3454, /**/ 3453,