comparison src/version.c @ 33140:9c4ee9389bb4 v9.0.1852

patch 9.0.1852: i_CTRL-O does not reset Select Mode Commit: https://github.com/vim/vim/commit/d69aecf141ff05a645d02f39f1cbf6381ed7d0c0 Author: pierreganty <pierreganty@gmail.com> Date: Sat Sep 2 21:59:52 2023 +0200 patch 9.0.1852: i_CTRL-O does not reset Select Mode Problem: i_CTRL-O does not reset Select Mode Solution: Reset select mode on CTRL-O in insert mode closes: #13001 closes: #12115 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2023 22:15:03 +0200
parents 22a29cc413c5
children 318846db5166
comparison
equal deleted inserted replaced
33139:f03fa1631241 33140:9c4ee9389bb4
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 1852,
702 /**/ 704 /**/
703 1851, 705 1851,
704 /**/ 706 /**/
705 1850, 707 1850,
706 /**/ 708 /**/