]> granicus.if.org Git - vim/commit
patch 8.2.1136: Vim9: return type of argv() is always any v8.2.1136
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 15:04:13 +0000 (17:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 15:04:13 +0000 (17:04 +0200)
commit846178a72ca0860073d47fc0dc95f98d15f1d921
treec889f44a375c368c8533580fe52098f1011aaecd
parent50788ef34947aeb1729604cd3876845afbd15e3c
patch 8.2.1136: Vim9: return type of argv() is always any

Problem:    Vim9: return type of argv() is always any.
Solution:   Use list<string> if there is no argument.
src/evalfunc.c
src/testdir/test_vim9_func.vim
src/version.c