summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-28 20:04:24 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-28 20:04:24 +0100
commitdec01206b224fd0fba66e4da20a602e941d74d04 (patch)
tree1100696fd431cba04a9f2faf5ee625ede821a897 /src/version.c
parent26d982185e21398738a9c688429c0a1840d7c9c3 (diff)
downloadvim-git-8.1.0838.tar.gz
patch 8.1.0838: compiler warning for type conversionv8.1.0838
Problem: Compiler warning for type conversion. Solution: Add a type cast. (Mike Williams)
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 6ceaf23c6..7d63c554d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 838,
+/**/
837,
/**/
836,