1
0
forked from aniani/vim

patch 8.2.2820: session file may divide by zero

Problem:    Session file may divide by zero.
Solution:   Avoid writing difide by zero. (closes #8162)
This commit is contained in:
Bram Moolenaar
2021-04-30 21:37:51 +02:00
parent 4934ed34c3
commit b6c2e9a010
3 changed files with 27 additions and 3 deletions

View File

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