comparison src/version.c @ 16586:5ebb2c87d1f5 v8.1.1296

patch 8.1.1296: crash when using invalid command line argument commit https://github.com/vim/vim/commit/27821260c0afaac85cb1c10627f1d7fbe48860ae Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 8 16:41:09 2019 +0200 patch 8.1.1296: crash when using invalid command line argument Problem: Crash when using invalid command line argument. Solution: Check for options not being initialized.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 May 2019 16:45:07 +0200
parents 29a0a549c790
children c56fe1427025
comparison
equal deleted inserted replaced
16585:f7b1c58bcf8b 16586:5ebb2c87d1f5
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1296,
770 /**/ 772 /**/
771 1295, 773 1295,
772 /**/ 774 /**/
773 1294, 775 1294,
774 /**/ 776 /**/