summaryrefslogtreecommitdiffstats
path: root/runtime/doc/vim9.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-01 12:22:46 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-01 12:22:46 +0100
commitd83392a43a48c566c0f3b76382a3648584dae32b (patch)
treeba5c2d376a386d524190fd0f7565c3af1b624701 /runtime/doc/vim9.txt
parente42c8dae32f3575557b83a371c4be66c09afbf7f (diff)
patch 9.0.0345: error message for list argument could be clearerv9.0.0345
Problem: Error message for list argument could be clearer. Solution: Include the argument number. (Yegappan Lakshmanan, closes #11027)
Diffstat (limited to 'runtime/doc/vim9.txt')
-rw-r--r--runtime/doc/vim9.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt
index b77b789a2c..aba0f0051e 100644
--- a/runtime/doc/vim9.txt
+++ b/runtime/doc/vim9.txt
@@ -1618,7 +1618,7 @@ type, it can not be used in Vim9 script.
*E1211* *E1217* *E1218* *E1219* *E1220* *E1221*
*E1222* *E1223* *E1224* *E1225* *E1226* *E1227*
*E1228* *E1238* *E1250* *E1251* *E1252* *E1253*
- *E1256* *E1297*
+ *E1256* *E1297* *E1298*
Types are checked for most builtin functions to make it easier to spot
mistakes.