commit | 66624ff0d9e1de2fc5eb4f95f3a3a2ed70b10138 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 23:59:43 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 23:59:43 2016 +0100 |
tree | 19c4a12ba5715387bcec4ac7c998a68ed6e63469 | |
parent | 3b05b135e3ee4cfd59983fd63461e8f7642c1713 [diff] [blame] |
patch 7.4.1255 Problem: Crash for channel "eval" command without third argument. Solution: Check for missing argument.
diff --git a/src/version.c b/src/version.c index 6a86d6a..0f87c41 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1255, +/**/ 1254, /**/ 1253,