]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0748: using sprintf() instead of semsg() v8.1.0748
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Jan 2019 21:46:15 +0000 (22:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Jan 2019 21:46:15 +0000 (22:46 +0100)
commit1be45b2ea76ae2e39817a98a584d4d6cbb983a7b
tree3e0200da26421b909bbfc55c7ddf232e01aef192
parentce9d50df07402cb8e196537a9c4505845adecabc
patch 8.1.0748: using sprintf() instead of semsg()

Problem:    Using sprintf() instead of semsg().
Solution:   Use semsg().  Fix bug with E888. (Ozaki Kiichi, closes #3801)
src/regexp.c
src/version.c