comparison src/version.c @ 32509:ec4e725ab8cd v9.0.1586

patch 9.0.1586: error for using two messages with ngettext() differing in "%" Commit: https://github.com/vim/vim/commit/78ee62563ea940086f094150f0356e38f780c580 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 28 18:39:55 2023 +0100 patch 9.0.1586: error for using two messages with ngettext() differing in "%" Problem: Checking translations gives an error for using two messages with ngettext() that differ in "%" items. Solution: Adjust the check script to tolerate omitting one "%" item.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 May 2023 19:45:04 +0200
parents 2614026cd259
children adb6c7d97c0a
comparison
equal deleted inserted replaced
32508:eb8089e59bae 32509:ec4e725ab8cd
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 1586,
698 /**/ 700 /**/
699 1585, 701 1585,
700 /**/ 702 /**/
701 1584, 703 1584,
702 /**/ 704 /**/