mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0070
This commit is contained in:
@@ -2160,7 +2160,7 @@ utf_tolower(a)
|
|||||||
return TOLOWER_ASC(a);
|
return TOLOWER_ASC(a);
|
||||||
|
|
||||||
#if defined(HAVE_TOWLOWER) && defined(__STDC__ISO_10646__)
|
#if defined(HAVE_TOWLOWER) && defined(__STDC__ISO_10646__)
|
||||||
/* If towlower() is availble and handles Unicode, use it. */
|
/* If towlower() is available and handles Unicode, use it. */
|
||||||
if (!(cmp_flags & CMP_INTERNAL))
|
if (!(cmp_flags & CMP_INTERNAL))
|
||||||
return towlower(a);
|
return towlower(a);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user