comparison src/version.c @ 16578:5726af4931e3 v8.1.1292

patch 8.1.1292: invalid command line arguments not tested commit https://github.com/vim/vim/commit/ba9ea91beb8f687b0f61b28319c1dbdced2f46ca Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 22:10:50 2019 +0200 patch 8.1.1292: invalid command line arguments not tested Problem: Invalid command line arguments not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/4346)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 22:15:06 +0200
parents bcc343175103
children 09f560dde6be
comparison
equal deleted inserted replaced
16577:3afc140c9ef6 16578:5726af4931e3
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 1292,
770 /**/ 772 /**/
771 1291, 773 1291,
772 /**/ 774 /**/
773 1290, 775 1290,
774 /**/ 776 /**/