On Saturday, February 20, 2016 at 5:02:17 AM UTC+9, Bram Moolenaar wrote: > Thanks. However, when I include the part of this change around > channel_wait() then the tests fail. It appears this is because of the > comment: > * Always returns OK for FEAT_GUI_W32. > > is no longer true. I tried using select() also for the GUI but that > doesn't work, of course. > > So I added an #ifdef to return OK for FEAT_GUI_W32 after checking the > pipes. I hope that works for now. At least the tests pass on my > system.
Windows can't select file handle. So can't return OK always. -- -- 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/d/optout.
