1
0
forked from aniani/vim

patch 8.2.3637: typos in test files

Problem:    Typos in test files.
Solution:   Correct the typos. (Dominique Pellé, closes #9175)
This commit is contained in:
Dominique Pelle
2021-11-21 11:36:04 +00:00
committed by Bram Moolenaar
parent 2c23670300
commit 923dce2b07
21 changed files with 39 additions and 38 deletions

View File

@@ -603,7 +603,7 @@ func Sandbox_tests()
if has('clientserver')
call assert_fails('let s=remote_expr("gvim", "2+2")', 'E48:')
if !has('win32')
" remote_foreground() doesn't thrown an error message on MS-Windows
" remote_foreground() doesn't throw an error message on MS-Windows
call assert_fails('call remote_foreground("gvim")', 'E48:')
endif
call assert_fails('let s=remote_peek("gvim")', 'E48:')