comparison 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
comparison
equal deleted inserted replaced
24141:6e9204b17dca 24142:34acfef7f60c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2612,
753 /**/ 755 /**/
754 2611, 756 2611,
755 /**/ 757 /**/
756 2610, 758 2610,
757 /**/ 759 /**/