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)
This commit is contained in:
Bram Moolenaar
2021-03-17 13:28:05 +01:00
parent f8c52e8d08
commit 18b7d86d7f
3 changed files with 40 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2612,
/**/
2611,
/**/