Wired things which I think can happen: 1) run a viml loop 2) resize the window
while viml is in a loop it calls line_breakcheck which in turn calls ui_breakcheck which calls gui_mch_update which can recieve resize events which can trigger an au command which can disturb your initial loop ? I would not expect vim calling any additional viml while I run :while true | let dummy=1 | endwhile I have no proof yet. Its just something which I think could happen likely. Anyway. why doesn't Vim just listen to SIGINT, why does it use line_breakcheck instead to get notified if the user wants to interrupt viml code? Marc Weber -- -- 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.
