From 1d59aa1fdfb191d9872ff87eb94652acd374b293 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 19 Sep 2020 18:50:13 +0200 Subject: Update runtime files. --- runtime/doc/popup.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'runtime/doc/popup.txt') diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt index 8a0f2ba518..856132dad8 100644 --- a/runtime/doc/popup.txt +++ b/runtime/doc/popup.txt @@ -1,4 +1,4 @@ -*popup.txt* For Vim version 8.2. Last change: 2020 Jul 27 +*popup.txt* For Vim version 8.2. Last change: 2020 Sep 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -915,6 +915,12 @@ but since many keys start with an Esc character, there may be a delay before Vim recognizes the Esc key. If you do use Esc, it is recommended to set the 'ttimeoutlen' option to 100 and set 'timeout' and/or 'ttimeout'. + *popup-filter-errors* +If the filter function can't be called, e.g. because the name is wrong, then +the popup is closed. If the filter causes an error then it is assumed to +return zero. If this happens three times in a row the popup is closed. If +the popup gives errors fewer than 10% of the calls then it won't be closed. + POPUP CALLBACK *popup-callback* -- cgit v1.2.3