From fef753fa6d03e85863f8ba76ea3f787c740d089d Mon Sep 17 00:00:00 2001 From: watiko Date: Sat, 6 Feb 2016 03:07:02 +0900 Subject: vim-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) https://github.com/vim/vim/commit/77354e78a887e1b59ac519c5a1cb0e7fe9fc5899 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 70600bf57b..57fbe71f68 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -580,7 +580,7 @@ static int included_patches[] = { 711, 710, 709, - // 708, + 708, 707, 706, // 705 NA -- cgit