diff src/version.c @ 24142:34acfef7f60c v8.2.2612

patch 8.2.2612: col('.') may get outdated column value Commit: https://github.com/vim/vim/commit/18b7d86d7fa997bbb02a069dafacb32a0f73ca1e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 17 13:28:05 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Mar 2021 13:30:03 +0100
parents af489e854955
children dffac5e62db5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2612,
+/**/
     2611,
 /**/
     2610,