comparison src/version.c @ 6773:eb4b705a5d6a v7.4.708

patch 7.4.708 Problem: gettext() is called too often. Solution: Do not call gettext() for messages until they are actually used. (idea by Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Apr 2015 16:49:05 +0200
parents 63b2bc619d5a
children c0bc9b60fb8a
comparison
equal deleted inserted replaced
6772:38118242a25d 6773:eb4b705a5d6a
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 708,
744 /**/ 746 /**/
745 707, 747 707,
746 /**/ 748 /**/
747 706, 749 706,
748 /**/ 750 /**/