commit | 46643713dc6bb04b4e84986b1763ef309e960161 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 21:42:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 21:42:36 2016 +0200 |
tree | 692b81c01a95e84dface3bea292b6b4e5620cb0a | |
parent | ea683da58cf9ecf3afab9d650d3d2da76e5298d3 [diff] [blame] |
patch 7.4.2357 Problem: Attempt to read history entry while not initialized. Solution: Skip when the index is negative.
diff --git a/src/version.c b/src/version.c index baba587..de3d5fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2357, +/**/ 2356, /**/ 2355,