1
0
forked from aniani/vim

patch 8.0.1549: various small problems in test files

Problem:    Various small problems in test files.
Solution:   Include small changes.
This commit is contained in:
Bram Moolenaar
2018-02-27 17:17:42 +01:00
parent 3ad8772ef0
commit 5d7ead3bc8
6 changed files with 39 additions and 36 deletions

View File

@@ -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.