Problem: Using another language on MS-Windows does not work. (Yongwei Wu)
Solution: Undo the change to try loading libintl-8.dll first.
if (hLibintlDLL)
return 1;
/* Load gettext library (libintl.dll) */
+ hLibintlDLL = vimLoadLib(GETTEXT_DLL);
#ifdef GETTEXT_DLL_ALT
if (!hLibintlDLL)
hLibintlDLL = vimLoadLib(GETTEXT_DLL_ALT);
#endif
- if (!hLibintlDLL)
- hLibintlDLL = vimLoadLib(GETTEXT_DLL);
if (!hLibintlDLL)
{
if (p_verbose > 0)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1189,
/**/
1188,
/**/