Hi,

When I run the test 98 with gvim, it stops at the last line of test98a.in.

> call feedkeys(":setl scb\n\<C-w>\<C-w>", 't')

It seems that feedkeys() works different on CUI and GUI.
I don't know why the difference occurs, but using feedkeys()
is not necessary for this test. I think using "setl scb" and
"wincmd w" is enough.
Please check the attached patch.

Regards,
Ken Takata

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


# HG changeset patch
# Parent a61d7083b608bca72a0408b3b93639940877e442
diff --git a/src/testdir/test98a.in b/src/testdir/test98a.in
--- a/src/testdir/test98a.in
+++ b/src/testdir/test98a.in
@@ -24,4 +24,5 @@
 
 wincmd p
 
-call feedkeys(":setl scb\n\<C-w>\<C-w>", 't')
+setl scb
+wincmd w

Raspunde prin e-mail lui