comparison src/version.c @ 15284:c31e4b1fa4fd v8.1.0650

patch 8.1.0650: command line argument -q [errorfile] is not tested commit https://github.com/vim/vim/commit/54948183d210f5117271bb5710752da24054fade Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 28 18:32:56 2018 +0100 patch 8.1.0650: command line argument -q [errorfile] is not tested Problem: Command line argument -q [errorfile] is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3730)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Dec 2018 18:45:05 +0100
parents 186eebc31ec0
children d2a162896a2a
comparison
equal deleted inserted replaced
15283:719424bd84ec 15284:c31e4b1fa4fd
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 650,
802 /**/ 804 /**/
803 649, 805 649,
804 /**/ 806 /**/
805 648, 807 648,
806 /**/ 808 /**/