Charles Cooper wrote: > After 7.4.1169 and others, as of 7.4.1174, compile on windows has > netbeans.c(298) : warning C4013: 'channel_init_winsock' undefined; assuming > extern returning int > > problem is in proto/gui_win32.pro > void netbeans_init_winsock(void) should be void channel_init_winsock(void) > > diff attached
Thanks, already included. > ------------------------ > small issue: test_writefile does not clean up tempfile > > Resolve with call to delete -- diff attached Thanks, I'll include that. > ------------------------ > small issue: test_viml does not clean up tempfile > > This happens when runtest.vim calls function Test_endwhile_script. > The file is created but not deleted by command ExecAsScript T1_G. > > This is testing try/catch; not sure how to fix. The delete() call is not reached. I think best is to get in the habit of calling DeleteTheScript() after doing ExecAsScript. Just in case it bails out early. -- Never overestimate a man's ability to underestimate a woman. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
