commit | a47e05f04a5a5c0369c949157c24d09cbe64ad6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 21:49:00 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 21:49:00 2021 +0100 |
tree | 7d6a27b717ed6c478f4642fd7af13913a4c07f3b | |
parent | 64ed4d4398e92ac56a9bbd66d5ec992dd4c335f7 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 1b63a5e..fe41ec2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2339, +/**/ 2338, /**/ 2337,