commit | 18b7d86d7fa997bbb02a069dafacb32a0f73ca1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 13:28:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 13:28:05 2021 +0100 |
tree | 31c279c6d747651f0bcaae89d24b5ecb2ec8163f | |
parent | f8c52e8d08de3fdf48db877d7d53d2d68c6ceb7b [diff] [blame] |
patch 8.2.2612: col('.') may get outdated column value Problem: col('.') may get outdated column value. Solution: Add a note to the help how to make this work and add a test for it. (closes #7971)
diff --git a/src/version.c b/src/version.c index dad2038..815300c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2612, +/**/ 2611, /**/ 2610,