diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-17 16:32:53 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-17 16:32:53 +0100 |
commit | 4131fd5509b283e978e8c6161f09643b64719787 (patch) | |
tree | 7b01e6afbeaf439a5a7f18c71906d8d58f107838 /src/version.c | |
parent | 6e0b6a0bec093b2fbc2e630312ec412f3f2c2254 (diff) | |
download | vim-git-4131fd5509b283e978e8c6161f09643b64719787.tar.gz |
patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765
Problem: String format of a Blob can't be parsed back.
Solution: Use 0z format.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 152c34e19..3f0e23b99 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 765, +/**/ 764, /**/ 763, |