]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1819 v7.4.1819
authorBram Moolenaar <Bram@vim.org>
Thu, 5 May 2016 16:14:03 +0000 (18:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 May 2016 16:14:03 +0000 (18:14 +0200)
commit827b165b2aebad2cfe98cc6d5804c6c0fe8afd89
treeeb91cbe5b6be5b9830d69cafcc4f7bdb626bb170
parent89c79b99328b66f77f1d12dc8c6701dfe2c57f15
patch 7.4.1819
Problem:    Compiler warnings when sprintf() is a macro.
Solution:   Don't interrupt sprintf() with an #ifdef. (Michael Jarvis,
            closes #788)
src/fileio.c
src/tag.c
src/term.c
src/version.c