comparison runtime/doc/vim9.txt @ 30015:adb0de8be4ce v9.0.0345

patch 9.0.0345: error message for list argument could be clearer Commit: https://github.com/vim/vim/commit/d83392a43a48c566c0f3b76382a3648584dae32b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 1 12:22:46 2022 +0100 patch 9.0.0345: error message for list argument could be clearer Problem: Error message for list argument could be clearer. Solution: Include the argument number. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/11027)
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Sep 2022 13:30:05 +0200
parents e37754a13778
children fee9eccee266
comparison
equal deleted inserted replaced
30014:3fb163e2ef6c 30015:adb0de8be4ce
1616 type, it can not be used in Vim9 script. 1616 type, it can not be used in Vim9 script.
1617 1617
1618 *E1211* *E1217* *E1218* *E1219* *E1220* *E1221* 1618 *E1211* *E1217* *E1218* *E1219* *E1220* *E1221*
1619 *E1222* *E1223* *E1224* *E1225* *E1226* *E1227* 1619 *E1222* *E1223* *E1224* *E1225* *E1226* *E1227*
1620 *E1228* *E1238* *E1250* *E1251* *E1252* *E1253* 1620 *E1228* *E1238* *E1250* *E1251* *E1252* *E1253*
1621 *E1256* *E1297* 1621 *E1256* *E1297* *E1298*
1622 Types are checked for most builtin functions to make it easier to spot 1622 Types are checked for most builtin functions to make it easier to spot
1623 mistakes. 1623 mistakes.
1624 1624
1625 ============================================================================== 1625 ==============================================================================
1626 1626