]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1701: Vim9: sort("i") does not work v8.2.1701
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 21:23:36 +0000 (23:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 21:23:36 +0000 (23:23 +0200)
commit08e51f446bd4bf1a0342c471163b1ed083e9eedb
tree3a1c949a2566ab73259e7b85e21a66966b253ad0
parent9939f57b7f1c17a0142ebfe4f9e0b634158593e1
patch 8.2.1701: Vim9: sort("i") does not work

Problem:    Vim9: sort("i") does not work.
Solution:   Don't try getting a number for a string argument. (closes #6958)
src/list.c
src/testdir/test_vim9_func.vim
src/version.c