]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2339: cannot get the type of a value as a string v8.2.2339
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Jan 2021 20:49:00 +0000 (21:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Jan 2021 20:49:00 +0000 (21:49 +0100)
commita47e05f04a5a5c0369c949157c24d09cbe64ad6a
tree7d6a27b717ed6c478f4642fd7af13913a4c07f3b
parent64ed4d4398e92ac56a9bbd66d5ec992dd4c335f7
patch 8.2.2339: cannot get the type of a value as a string

Problem:    Cannot get the type of a value as a string.
Solution:   Add typename().
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/proto/vim9type.pro
src/testdir/test_vim9_builtin.vim
src/testdir/test_vimscript.vim
src/version.c
src/vim9type.c