Thank you for your question. > Can you give reproduction steps? I tried this: > > vim foo > [add some text] > split bar > [add some text] > :1q > Get E37 > :2q > Get E37
vim foo.txt :split :new [add some text] :1wincmd w :$q or :3q then the 3rd window is quitted without E37 warning. And QuitPre event is passed to the 1st (current) buffer, not 2nd. -- -- 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.
