commit | 7dc5e2e486fe0287601968e535902a41a39f65bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 22:22:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 22:22:06 2016 +0200 |
tree | 7dae219602d36900e7c309d44a17f4e800bf90aa | |
parent | 5971dab1126d6279c6e523f4fedc2f1e6fb9b4c9 [diff] [blame] |
patch 7.4.2160 Problem: setmatches() mixes up values. (Nikolai Pavlov) Solution: Save the string instead of reusing a shared buffer.
diff --git a/src/version.c b/src/version.c index 1c83d6e..94e14bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2160, +/**/ 2159, /**/ 2158,