diff src/version.c @ 23632:8da1d91d751c v8.2.2358

patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse() Commit: https://github.com/vim/vim/commit/bf78974ca4a6798db7172c226cbfe7b2485b7baa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 11:21:40 2021 +0100 patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse() Problem: Wrong #ifdef for use_xterm_like_mouse(). Solution: Use FEAT_MOUSE_XTERM.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 11:30:05 +0100
parents ca98d85e92da
children 0f306712eb58
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2358,
+/**/
     2357,
 /**/
     2356,