mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00
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:
@@ -134,6 +134,8 @@ func s:kill_server(cmd)
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Wait for up to a second for "expr" to become true.
|
" 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
|
" 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.
|
" more than the actual waiting time. Without +reltime it can also be less.
|
||||||
func WaitFor(expr, ...)
|
func WaitFor(expr, ...)
|
||||||
|
@@ -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.
|
" Most of this was formerly in test49.
|
||||||
|
|
||||||
"-------------------------------------------------------------------------------
|
"-------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user