commit | 35efa22ff2b98126363098db9304796b5624f97f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 18:51:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 18:51:54 2020 +0100 |
tree | 9cacd09d619387f44adfa4e5aa48540d97b7d327 | |
parent | 0d90e728fe089ff1bb34d6a17f5591a96b57f734 [diff] [blame] |
patch 8.2.1946: sort() with NULL string not tested Problem: sort() with NULL string not tested. Solution: Add a test. use v:collate. (Dominique Pellé, closes #7247)
diff --git a/src/version.c b/src/version.c index 8052de8..3f2affe 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1946, +/**/ 1945, /**/ 1944,