mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
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)
77354e78a8
This commit is contained in:
@@ -580,7 +580,7 @@ static int included_patches[] = {
|
||||
711,
|
||||
710,
|
||||
709,
|
||||
// 708,
|
||||
708,
|
||||
707,
|
||||
706,
|
||||
// 705 NA
|
||||
|
Reference in New Issue
Block a user