commit | b7b9efbccfe17ee3f7b1bb877b7745d5bfbf0804 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 20:17:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 20:17:03 2019 +0200 |
tree | 4db93ec0c2518ed5879e9253cd4b13d7eed1970c | |
parent | 0231f8312b11a259d9cb550f3318895f6b4d76be [diff] [blame] |
patch 8.1.1671: copying a blob may result in it being locked Problem: Copying a blob may result in it being locked. Solution: Reset v_lock. (Ken Takata, closes #4648)
diff --git a/src/version.c b/src/version.c index b5504b1..9825924 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1671, +/**/ 1670, /**/ 1669,