summaryrefslogtreecommitdiffstats
path: root/src/testdir/shared.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-27 17:17:42 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-27 17:17:42 +0100
commit5d7ead3bc85eefd0929bfcbb579510c8164ea1be (patch)
tree3663262f2410bd522e22f67355e7d351ccb67bc0 /src/testdir/shared.vim
parent3ad8772ef02e4352b0fa4e2697abc357734b62e1 (diff)
patch 8.0.1549: various small problems in test filesv8.0.1549
Problem: Various small problems in test files. Solution: Include small changes.
Diffstat (limited to 'src/testdir/shared.vim')
-rw-r--r--src/testdir/shared.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim
index b16fdce3e8..ef85514004 100644
--- a/src/testdir/shared.vim
+++ b/src/testdir/shared.vim
@@ -115,6 +115,7 @@ endfunc
" Wait for up to a second for "expr" to become true. "expr" can be a
" stringified expression to evaluate, or a funcref without arguments.
+" A second argument can be used to specify a different timeout in msec.
"
" Return time slept in milliseconds. With the +reltime feature this can be
" more than the actual waiting time. Without +reltime it can also be less.