commit | 63de19e805a7df2b52ec0e705b6a668ecd8e1b64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 20:11:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 20:11:26 2016 +0100 |
tree | 8f56577dd108652bbfa4314719f23621925717d2 | |
parent | 0df3c7f2a05c2a99f2fb2747ae46bd6594052997 [diff] [blame] |
patch 8.0.0130 Problem: Configure uses "ushort" while the Vim code doesn't. Solution: Use "unsigned short" instead. (Fredrik Fornwall, closes #1314)
diff --git a/src/version.c b/src/version.c index 452ab18..09d26f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 130, +/**/ 129, /**/ 128,