1
0
forked from aniani/vim

patch 8.2.0066: some corners of vim_snprintf() are not tested

Problem:    Some corners of vim_snprintf() are not tested.
Solution:   Add a test in C. (Dominique Pelle, closes #5422)
This commit is contained in:
Bram Moolenaar
2019-12-31 19:24:51 +01:00
parent dba7c85b61
commit d2c946bacf
2 changed files with 165 additions and 0 deletions

View File

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