comparison src/version.c @ 17803:c9e52c1613ef v8.1.1898

patch 8.1.1898: crash when out of memory during startup Commit: <a href="https://github.com/vim/vim/commit/4dc8f498aa3b1f58301914b57d75fea1dcad33ef">4dc8f498aa3b1f58301914b57d75fea1dcad33ef</a> Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 21 13:06:55 2019 +0200 patch 8.1.1898: crash when out of memory during startup Problem: Crash when out of memory during startup. Solution: When out of memory message given during initialisation bail out. (closes #4842)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Aug 2019 13:15:03 +0200
parents 6582dda76821
children 313f498c646e
comparison
equal deleted inserted replaced
17802:cc99d500cfe2 17803:c9e52c1613ef
763 NULL 763 NULL
764 }; 764 };
765 765
766 static int included_patches[] = 766 static int included_patches[] =
767 { /* Add new patch number below this line */ 767 { /* Add new patch number below this line */
768 /**/
769 1898,
768 /**/ 770 /**/
769 1897, 771 1897,
770 /**/ 772 /**/
771 1896, 773 1896,
772 /**/ 774 /**/