comparison src/version.c @ 25151:f60fa4221b11 v8.2.3112

patch 8.2.3112: in rare cases the cursor may be somewhere in a folded line Commit: https://github.com/vim/vim/commit/5cb09620c1e0a0178c0dc986230997a8aac0e61a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 5 22:03:04 2021 +0200 patch 8.2.3112: in rare cases the cursor may be somewhere in a folded line Problem: With concealing enabled and indirectly closing a fold the cursor may be somewhere in a folded line when it is not on the first line of the fold. Solution: Check if he cursor is somewhere in the folded text.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Jul 2021 22:15:02 +0200
parents 18b31f0a4bb5
children 610e15e8778d
comparison
equal deleted inserted replaced
25150:615c8a81abd3 25151:f60fa4221b11
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3112,
758 /**/ 760 /**/
759 3111, 761 3111,
760 /**/ 762 /**/
761 3110, 763 3110,
762 /**/ 764 /**/