mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix test_netbeans
Merge a part of 8.2.0786 in advance
This commit is contained in:
@@ -609,7 +609,7 @@ func Nb_basic(port)
|
||||
|
||||
" detach
|
||||
call appendbufline(cmdbufnr, '$', 'detach_Test')
|
||||
call WaitFor('len(readfile("Xnetbeans")) >= (g:last + 6)')
|
||||
call WaitFor('len(readfile("Xnetbeans")) >= (g:last + 8)')
|
||||
let l = readfile('Xnetbeans')
|
||||
call assert_equal('0:disconnect=91', l[-1])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user