commit | e4eda3bc7157932b0bf380fd3fdc1ba8f4438b60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 16:28:50 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 16:28:50 2015 +0100 |
tree | 6174298c138395213d3b0ae47bfeeafc68e6b951 | |
parent | 8f08dab18df6dbf6c4b4973fd2d480e4bffb82d8 [diff] [blame] |
patch 7.4.933 Problem: Crash when using longest completion match. Solution: Fix array index.
diff --git a/src/version.c b/src/version.c index 30efcab..f43cad8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 933, +/**/ 932, /**/ 931,