commit | bf78974ca4a6798db7172c226cbfe7b2485b7baa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 11:21:40 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 11:21:40 2021 +0100 |
tree | c2ea64e991bd45a0a1119fd1bb82b7147fe2118a | |
parent | 648ea76e1d8ca9a9788f88d0d96d0cf0653006bb [diff] [blame] |
patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse() Problem: Wrong #ifdef for use_xterm_like_mouse(). Solution: Use FEAT_MOUSE_XTERM.
diff --git a/src/version.c b/src/version.c index e741740..3603bf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2358, +/**/ 2357, /**/ 2356,