Manuel Ortega wrote: > On Thursday, October 26, 2017 at 4:41:13 PM UTC-4, Manuel Ortega wrote: > > On macOS 10.12.6, Vim 8.0.1223 builds but `make test` hangs somewhere in > > the middle of running tests. What I see at the hung stage is: > > > > > > "motion.txt" [readonly] 1343 lines, 51602 characters > > Executing Test_vim_did_enter() > > Executing Test_win_tab_autocmd() > > "motion.txt" > > > > > > And it stays there until I hit Ctrl-C, whereupon the rest of the tests > > continue. > > Whoops, that was too quick a description. After I hit Ctrl-C, I see the > Press ENTER prompt, and then if I hit enter I get a vim window with two tabs. > One tab is "No Name", the other is the help file "motion.txt" with the > cursor on line 439. > > If I :qall, *then* the other tests keep going.
I'm looking into it. There is interference between cleaning up after a test and autocommands. I'll clear all autocommands, but then other things fail... -- When I look deep into your eyes, I see JPEG artifacts. I can tell by the pixels that we're wrong for each other. (xkcd) /// 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.
