]> granicus.if.org Git - vim/commit
patch 8.2.1003: Vim9: return type of sort() is too generic v8.2.1003
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Jun 2020 16:45:49 +0000 (18:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Jun 2020 16:45:49 +0000 (18:45 +0200)
commit865af6b990f058fab10c9ff10c77eb0e3bd48ad5
tree87dedd4dbbb6389e91567a9cbaf181f768690d83
parentceb2e7751089bd417c6250d63e28616483b5796b
patch 8.2.1003: Vim9: return type of sort() is too generic

Problem:    Vim9: return type of sort() is too generic.
Solution:   Get type from the first argument. (closes #6292)
src/evalfunc.c
src/testdir/test_vim9_func.vim
src/version.c