summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-12 19:51:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-12 19:51:11 +0200
commit789a5c0e3d27f09456678f0cfb6c1bd2d8ab4a35 (patch)
tree875f09d9d7041be17b9ccf6e1aaaf5969391bd57 /src/version.c
parentb56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb (diff)
patch 8.0.0003v8.0.0003
Problem: getwinvar() returns wrong Value of boolean and number options, especially non big endian systems. (James McCoy) Solution: Cast the pointer to long or int. (closes #1060)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1b932fae43..dcf02c288c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3,
+/**/
2,
/**/
1,