comparison src/version.c @ 23574:e310c2a0bb8c v8.2.2329

patch 8.2.2329: not all ways Vim can be started are tested Commit: https://github.com/vim/vim/commit/df4c9af7e73aa5d0fb5bf4c0e19a39b4e1d73517 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 11 19:54:42 2021 +0100 patch 8.2.2329: not all ways Vim can be started are tested Problem: Not all ways Vim can be started are tested. Solution: Add a test for different program names. (Dominique Pell?, closes #7651)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Jan 2021 20:00:04 +0100
parents b02ac00aacbf
children 4cd173b3d572
comparison
equal deleted inserted replaced
23573:e2e2cc5d0856 23574:e310c2a0bb8c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2329,
753 /**/ 755 /**/
754 2328, 756 2328,
755 /**/ 757 /**/
756 2327, 758 2327,
757 /**/ 759 /**/