commit | ac112f01a6930c9d15cf0360b657373699916bfd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 16:46:28 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 16:46:28 2017 +0100 |
tree | 716c6cd53266a5e69aab17a3c2a4545d1acb59ce | |
parent | feeb4d0901c7b16958e8f02ffcdac83b605b0b43 [diff] [blame] |
patch 8.0.1372: profile log may be truncated halfway a character Problem: Profile log may be truncated halfway a character. Solution: Find the start of the character. (Ozaki Kiichi, closes #2385)
diff --git a/src/version.c b/src/version.c index 73b71d6..3e84229 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1372, +/**/ 1371, /**/ 1370,