commit | 24c77a1e3a2ad510582116229462b482d69b4b8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 21:23:06 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 21:23:06 2016 +0100 |
tree | 4a9dcaa87719c7690ebdabf09f7014644a27248b | |
parent | d4caf5c16a9f1c9477d426e58d8d3dc47ab5f066 [diff] [blame] |
patch 7.4.1644 Problem: Using string() on a partial that exists in the dictionary it binds results in an error. (Nikolai Pavlov) Solution: Make string() not fail on a recursively nested structure. (Ken Takta)
diff --git a/src/version.c b/src/version.c index 4cd93d2..b90a0d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1644, +/**/ 1643, /**/ 1642,