1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-01-14 22:46:15 +01:00
parent ce9d50df07
commit 1be45b2ea7
2 changed files with 16 additions and 17 deletions

View File

@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
748,
/**/
747,
/**/