]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2029 v7.4.2029
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Jul 2016 19:11:33 +0000 (21:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Jul 2016 19:11:33 +0000 (21:11 +0200)
commit38ee6b041e73ad31c3b6b99d56d20833b59b2b57
treee53ca4b85111a162ad9a68280c761d6226e7395b
parent5498a41f5a62c3877fee0185adf3bf7245a9a547
patch 7.4.2029
Problem:    printf() does not work with 64 bit numbers.
Solution:   use the "L" length modifier. (Ken Takata)
src/message.c
src/testdir/test_expr.vim
src/version.c