commit | ebf142a1ed1824ed17a3eb4f64e75616e3b3d0e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 18:20:03 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 18:20:03 2018 +0100 |
tree | fd1508cec310dbf74e61917fe45e51e7ca21b776 | |
parent | f536bf6d4518e2c66e635e39820d53f672021d87 [diff] [blame] |
patch 8.0.1585: enabling beval_term feature in Win32 GUI Problem: Enabling beval_term feature in Win32 GUI. Solution: Only enable beval_term in Win32 console.
diff --git a/src/version.c b/src/version.c index a2165f2..a4fd2e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1585, +/**/ 1584, /**/ 1583,