From 84cf6bd81bec93b49166cd48fccc7087fdbaa6fc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 16 Jun 2020 20:03:43 +0200 Subject: patch 8.2.0988: getting directory contents is always case sorted Problem: Getting directory contents is always case sorted. Solution: Add sort options and v:collate. (Christian Brabandt, closes #6229) --- src/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 7055b6f005..b11448021f 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -198,6 +198,7 @@ #undef HAVE_SIGVEC #undef HAVE_SMACK #undef HAVE_STRCASECMP +#undef HAVE_STRCOLL #undef HAVE_STRERROR #undef HAVE_STRFTIME #undef HAVE_STRICMP -- cgit v1.2.3