commit | 53564f7c1a2998d92568e07fff1f2a4c1cecb646 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 14:48:11 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 14:48:11 2017 +0200 |
tree | 161f99431749a8300e546b67d7c750f934522a4c | |
parent | 5fe691240bff11e9618252486147f0156e875666 [diff] [blame] |
patch 8.0.0667: memory access error when command follows :endfunc Problem: Memory access error when command follows :endfunction. (Nikolai Pavlov) Solution: Make memory handling in :function straightforward. (closes #1793)
diff --git a/src/version.c b/src/version.c index 52ed102..daa3531 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 667, +/**/ 666, /**/ 665,