]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2220 v7.4.2220
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Aug 2016 19:30:54 +0000 (21:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Aug 2016 19:30:54 +0000 (21:30 +0200)
commite5a8f35b4286135f3469f3b00a6c2220553d9658
treea7505fde61e414d9664d99be9136677584277521
parentf5a39447a8ebe162ee62caa2ee502cd0e65eecaa
patch 7.4.2220
Problem:    printf() gives an error when the argument for %s is not a string.
            (Ozaki Kiichi)
Solution:   Behave like invoking string() on the argument. (Ken Takata)
src/message.c
src/testdir/test_expr.vim
src/version.c