Xavier de Gaye wrote:
> >> OK. So a ":quit" will not cause a "killed" event. > > > > ...unless, maybe, the result is to exit Vim? (But this case ought to be > > covered by BufDelete.) > > Actually, when ":quit" causes Vim to exit, "killed" events are > currently sent for each buffer known by netbeans, before the final > "disconnect" event that warns the application that netbeans is > terminating. Yes, I was thinking of ":quit" just closing a buffer, possibly unloading it. It's also possible that 'bufhidden' is set to "delete" or "wipe". So generally: unloading doesn't trigger killed, deleting or wiping out the buffer does. -- hundred-and-one symptoms of being an internet addict: 248. You sign your letters with your e-mail address instead of your name. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
