comparison src/version.c @ 32355:d202ddc6178f v9.0.1509

patch 9.0.1509: error message lacks mentioning the erroneous argument Commit: https://github.com/vim/vim/commit/23919540367952f7fbb06350d7b5af96316fbd5f Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 5 22:12:22 2023 +0100 patch 9.0.1509: error message lacks mentioning the erroneous argument Problem: Error message lacks mentioning the erroneous argument. Solution: Specify the argument that the error is for.
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 May 2023 23:15:04 +0200
parents 6f74f567b1e6
children 5e2f81645b10
comparison
equal deleted inserted replaced
32354:7d80b5623536 32355:d202ddc6178f
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1509,
698 /**/ 700 /**/
699 1508, 701 1508,
700 /**/ 702 /**/
701 1507, 703 1507,
702 /**/ 704 /**/