From 99fa721944dda9d07c53c907c33466728df5c271 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 26 Apr 2020 15:59:55 +0200 Subject: patch 8.2.0644: insufficient testing for invalid function arguments Problem: Insufficient testing for invalid function arguments. Solution: Add more tests. (Yegappan Lakshmanan, closes #5988) --- runtime/doc/eval.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index e01aad3fca..02ed78b2e1 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -8641,8 +8641,8 @@ setloclist({nr}, {list} [, {action} [, {what}]]) *setloclist()* GetLoclist()->setloclist(winnr) setmatches({list} [, {win}]) *setmatches()* - Restores a list of matches saved by |getmatches() for the - current window|. Returns 0 if successful, otherwise -1. All + Restores a list of matches saved by |getmatches()| for the + current window. Returns 0 if successful, otherwise -1. All current matches are cleared before the list is restored. See example for |getmatches()|. If {win} is specified, use the window with this number or -- cgit v1.2.3