commit | f47ebf1e1a0a6473b10fb4c92c9c6427aab4dc91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 20:08:45 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 20:08:45 2021 +0100 |
tree | 91b63efb29f6d59c6925f799b8d33e94fb731ac0 | |
parent | 604e207e277767a67cbf4a6a179080efb830b9e7 [diff] [blame] |
patch 8.2.3540: the mark '] is wrong after put with a count Problem: The mark '] is wrong after put with a count. (Naohiro Ono) Solution: Use the right line number. (closes #8956)
diff --git a/src/version.c b/src/version.c index 28a70fd..c430ff1 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3540, +/**/ 3539, /**/ 3538,