1
0
forked from aniani/vim

patch 7.4.2280

Problem:    printf() doesn't handle infinity float values correctly.
Solution:   Add a table with possible infinity values. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-08-28 16:03:38 +02:00
parent 46328f9a1c
commit e999782e36
3 changed files with 128 additions and 39 deletions

View File

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