commit | 88c86eb751de9e7e410b405084d35b32fafc2a24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 17:13:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 17:13:30 2019 +0100 |
tree | cf0c456ba4a4f0455fdcae1452e10716ae23a53c | |
parent | 4131fd5509b283e978e8c6161f09643b64719787 [diff] [blame] |
patch 8.1.0766: various problems when using Vim on VMS Problem: Various problems when using Vim on VMS. Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy)
diff --git a/src/version.c b/src/version.c index 3f0e23b..4e3c5a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 766, +/**/ 765, /**/ 764,