comparison src/version.c @ 24561:f6049d3ab81c v8.2.2820

patch 8.2.2820: session file may divide by zero Commit: https://github.com/vim/vim/commit/b6c2e9a010ebd7db586081957e634903d4972fa1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 30 21:37:51 2021 +0200 patch 8.2.2820: session file may divide by zero Problem: Session file may divide by zero. Solution: Avoid writing difide by zero. (closes https://github.com/vim/vim/issues/8162)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Apr 2021 21:45:05 +0200
parents 839145e0fdaa
children 30ad18017e1c
comparison
equal deleted inserted replaced
24560:dec4794e5af6 24561:f6049d3ab81c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2820,
753 /**/ 755 /**/
754 2819, 756 2819,
755 /**/ 757 /**/
756 2818, 758 2818,
757 /**/ 759 /**/