commit | 52a2f0f1da4e554a81beb45211a9d09afffde595 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 15:16:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 15:16:56 2017 +0100 |
tree | 622fc8004480640e4f8969ca7b99b5df5cc94235 | |
parent | 2973daafe1732963b8924cb9df53c608804d66b3 [diff] [blame] |
patch 8.0.1258: 'ttymouse' is set to "sgr" even though it's not supported Problem: 'ttymouse' is set to "sgr" even though it's not supported. (Gary Johnson) Solution: Adjust #ifdef
diff --git a/src/version.c b/src/version.c index 65f5a4b..f28132c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1258, +/**/ 1257, /**/ 1256,