]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1168 v7.4.1168
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 16:54:24 +0000 (17:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 16:54:24 +0000 (17:54 +0100)
commitf48aa160fdd7b8caa7678e1a2139244dd2bdc547
tree8ab86e42dff1d31f5880c9b98bdfc24f85ad3da6
parent04369229657f182d35b471eb8b38f273a4d9ef65
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".
src/eval.c
src/testdir/test_viml.vim
src/version.c