comparison src/version.c @ 33974:730a3ddebdd2 v9.0.2176

patch 9.0.2175: Compile error with Motif UI + mouse support Commit: https://github.com/vim/vim/commit/18d0d29b420543efd4938619d821df7b67988de5 Author: Ken Takata <kentkt@csc.jp> Date: Tue Dec 19 20:12:29 2023 +0100 patch 9.0.2175: Compile error with Motif UI + mouse support Problem: Compile error with Motif UI + mouse support (after v9.0.1262) Solution: Use correct oldval option pointer Fix compilation error introduced by 9.0.1262 and found in #13704. closes: #13726 Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2023 20:15:06 +0100
parents 180f49745076
children 63341afcd329
comparison
equal deleted inserted replaced
33973:6df74244a717 33974:730a3ddebdd2
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 2176,
707 /**/ 709 /**/
708 2175, 710 2175,
709 /**/ 711 /**/
710 2174, 712 2174,
711 /**/ 713 /**/