commit | f48aa160fdd7b8caa7678e1a2139244dd2bdc547 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 17:54:24 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 17:54:24 2016 +0100 |
tree | 8ab86e42dff1d31f5880c9b98bdfc24f85ad3da6 | |
parent | 04369229657f182d35b471eb8b38f273a4d9ef65 [diff] [blame] |
patch 7.4.1168 Problem: This doesn't give the right result: eval(string(v:true)). (Nikolay Pavlov) Solution: Make the string "v:true" instead of "true".
diff --git a/src/version.c b/src/version.c index 5cca6e6..1ea136d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1168, +/**/ 1167, /**/ 1166,