commit | 7e1a5af5409120835f6c51c8d26ad7891a966aa8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 16:28:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 16:28:13 2019 +0200 |
tree | 996e1523cc7cef76f7e8259f9ec547c6cd3fb918 | |
parent | 4fa06870e5d347c30fe55290dab87e494c8aa06a [diff] [blame] |
patch 8.1.1287: cannot build with +eval but without +mouse Problem: Cannot build with +eval but without +mouse. Solution: Add #ifdefs around f_test_setmouse(). (John Marriott)
diff --git a/src/version.c b/src/version.c index 098c723..e2ca5b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1287, +/**/ 1286, /**/ 1285,