diff options
author | watiko <service@mail.watiko.net> | 2016-02-06 03:07:02 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-06 05:54:15 +0900 |
commit | fef753fa6d03e85863f8ba76ea3f787c740d089d (patch) | |
tree | 45bc25f86dd0352eedcaec8cdb29c86f9084004b /src/nvim/version.c | |
parent | d9cada146fbb476fc2239cc2235deeff2ab8c1dd (diff) | |
download | rneovim-fef753fa6d03e85863f8ba76ea3f787c740d089d.tar.gz rneovim-fef753fa6d03e85863f8ba76ea3f787c740d089d.tar.bz2 rneovim-fef753fa6d03e85863f8ba76ea3f787c740d089d.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |