commit | 32f649e1fc7cdefbb406a397432030bfe17f0e07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 13:46:13 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 13:46:13 2011 +0200 |
tree | 40dda161e9b84be06370cd648f527f9230db586f | |
parent | 2dfb38659c7eb919df8a50c21de0ca1b25ccc316 [diff] [blame] |
updated for version 7.3.155 Problem: Crash when using map(), filter() and remove() on v:. (ZyX) Also for extend(). (Yukihiro Nakadaira) Solution: Mark v: as locked. Also correct locking error messages.
diff --git a/src/version.c b/src/version.c index cc1b557..3887e62 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 155, +/**/ 154, /**/ 153,