commit | 18dfb4404a618c52ee7138630a2381aed4d66eaf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 31 22:31:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 31 22:31:23 2016 +0200 |
tree | 3cfbdaa72cf42d38d0e42f01108179e115d03ee0 | |
parent | b055066a1daf12c349d6c575aff22ae4d999a157 [diff] [blame] |
patch 7.4.1862 Problem: string() with repeated argument does not give a result usable by eval(). Solution: Refactor echo_striong and tv2string(), moving the common part to echo_string_core(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index bf77c87..279ee6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1862, +/**/ 1861, /**/ 1860,