commit | 77354e78a887e1b59ac519c5a1cb0e7fe9fc5899 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 16:49:05 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 16:49:05 2015 +0200 |
tree | 875f175bfaf9c7c6f380d4a41919bac7e3fab61f | |
parent | 3cbac309f78f92434f75da5c4963d8caf4b6d3d3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 47015b1..a803708 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 708, +/**/ 707, /**/ 706,