diff runtime/doc/eval.txt @ 14193:c460506890ba

Update runtime files. commit https://github.com/vim/vim/commit/675e8d6adb88d5b38087870dfda51c0205070741 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 20:42:01 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 20:45:07 +0200
parents 7cac4646c552
children 4543777545a3
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -7053,6 +7053,7 @@ searchpair({start}, {middle}, {end} [, {
 		When evaluating {skip} causes an error the search is aborted
 		and -1 returned.
 		{skip} can be a string, a lambda, a funcref or a partial.
+		Anything else makes the function fail.
 
 		For {stopline} and {timeout} see |search()|.