vim-patch:8.0.1549: various small problems in test files

Problem:    Various small problems in test files.
Solution:   Include small changes.
5d7ead3bc8
This commit is contained in:
Jan Edmund Lazo
2019-06-15 22:23:56 -04:00
parent b837c56576
commit cb01925eb4
2 changed files with 3 additions and 1 deletions

View File

@@ -134,6 +134,8 @@ func s:kill_server(cmd)
endfunc
" Wait for up to a second for "expr" to become true.
" 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.
func WaitFor(expr, ...)

View File

@@ -1,4 +1,4 @@
" Test various aspects of the Vim language.
" Test various aspects of the Vim script language.
" Most of this was formerly in test49.
"-------------------------------------------------------------------------------