commit | e17f8817a1713a1ef20257c777a483b7ab57a841 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 20:30:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 20:30:44 2020 +0200 |
tree | e0bff85634df736d2c6640d66546f1e36023c7fe | |
parent | 9bb3eb3e02a942fb71a4c1ce913f938d0ddf82d5 [diff] [blame] |
patch 8.2.0995: insufficient testing for the readdir() sort option Problem: Insufficient testing for the readdir() sort option. Solution: Add a few more tests. (Christian Brabandt, closes #6278)
diff --git a/src/version.c b/src/version.c index a5c6de5..509ef22 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 995, +/**/ 994, /**/ 993,