]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4449: vim9: function argument of sort() not checked at compile time v8.2.4449
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Feb 2022 21:54:44 +0000 (21:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Feb 2022 21:54:44 +0000 (21:54 +0000)
commite843efcc3503b7af838dca3cb9dd2e17d4fc1672
treec4734aed2a84229f73f5be166da42d802bbae625
parentb2c72359dce4c4027dc0c05844eb2e76ea947014
patch 8.2.4449: vim9: function argument of sort() not checked at compile time

Problem:    vim9: function argument of sort() not checked at compile time.
Solution:   Add a compile time check.
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c