comparison src/version.c @ 28469:9ff0e5a29037 v8.2.4759

patch 8.2.4759: CurSearch highlight does not work for multi-line match Commit: https://github.com/vim/vim/commit/693ccd11606b59eb0f81c6c1948679e61ada4022 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 16 12:04:37 2022 +0100 patch 8.2.4759: CurSearch highlight does not work for multi-line match Problem: CurSearch highlight does not work for multi-line match. Solution: Check cursor position before adjusting columns. (closes https://github.com/vim/vim/issues/10133)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Apr 2022 13:15:03 +0200
parents 3beb14b12bbd
children 2ade724b3f45
comparison
equal deleted inserted replaced
28468:ac542ed74852 28469:9ff0e5a29037
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4759,
749 /**/ 751 /**/
750 4758, 752 4758,
751 /**/ 753 /**/
752 4757, 754 4757,
753 /**/ 755 /**/