]> granicus.if.org Git - vim/commit
patch 8.1.0959: sorting large numbers is not tested v8.1.0959
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2019 21:19:05 +0000 (22:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2019 21:19:05 +0000 (22:19 +0100)
commita25e3d06956f1bc11c68fe60149acce2d8547092
treeea60ee4e461dec0d9ba55ac4c2018c1fef74a66d
parent38f08e76acf7d21bb34cf8f79f0f82eb63cdc987
patch 8.1.0959: sorting large numbers is not tested

Problem:    Sorting large numbers is not tested and does not work properly.
Solution:   Add test.  Fix comparing lines with and without a number.
            (Dominique Pelle, closes #4017)
src/ex_cmds.c
src/testdir/test_sort.vim
src/version.c