]> granicus.if.org Git - vim/commit
patch 8.2.1946: sort() with NULL string not tested v8.2.1946
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Nov 2020 17:51:54 +0000 (18:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Nov 2020 17:51:54 +0000 (18:51 +0100)
commit35efa22ff2b98126363098db9304796b5624f97f
tree9cacd09d619387f44adfa4e5aa48540d97b7d327
parent0d90e728fe089ff1bb34d6a17f5591a96b57f734
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)
src/testdir/test_sort.vim
src/version.c