1
0
forked from aniani/vim

patch 8.1.0990: floating point exception with "%= 0" and "/= 0"

Problem:    Floating point exception with "%= 0" and "/= 0".
Solution:   Avoid dividing by zero. (Dominique Pelle, closes #4058)
This commit is contained in:
Bram Moolenaar
2019-03-02 11:57:09 +01:00
parent bdace838c6
commit e21c1580b7
3 changed files with 80 additions and 24 deletions

View File

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