commit | 84cf6bd81bec93b49166cd48fccc7087fdbaa6fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 20:03:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 20:03:43 2020 +0200 |
tree | 63d744fbf9ac7db5246a60b48aa0396aaaa22c18 | |
parent | 9af78769eeae0318e07aa8b6af4d6e2244481ca7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 979ce70..e1a41fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 988, +/**/ 987, /**/ 986,