commit | 73627d0bd43e63a67995ab1c826f1cec4ed22560 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 15:46:09 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 15:46:09 2015 +0200 |
tree | 621573af5902fbb0b606ddda20c14b34e4955faa | |
parent | 382197865ca8353a3d6681a364f95bda6aed95ec [diff] [blame] |
patch 7.4.815 Problem: Invalid memory access when doing ":call g:". Solution: Check for an empty name. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 53fa03d..fc27f41 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 815, +/**/ 814, /**/ 813,