commit | af8af8bfac5792fa64efbc524032d568cc7754f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 22:05:24 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 22:05:24 2016 +0100 |
tree | 2d6bd98660f17197e6d630ccd2dc0be704e0dcd4 | |
parent | c71982b23978ef61d0a2f0fe5535e782e1c561ed [diff] [blame] |
patch 7.4.1051 Problem: Segfault when unletting "count". Solution: Check for readonly and locked first. (Dominique Pelle) Add a test.
diff --git a/src/version.c b/src/version.c index 470cce8..402fd0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1051, +/**/ 1050, /**/ 1049,