comparison 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
comparison
equal deleted inserted replaced
23631:552142f8e219 23632:8da1d91d751c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2358,
753 /**/ 755 /**/
754 2357, 756 2357,
755 /**/ 757 /**/
756 2356, 758 2356,
757 /**/ 759 /**/