On Jun 20, 2:59 pm, Peter Odding <[email protected]> wrote: > Hi list, > > I don't use the mouse much in Vim anymore but have nevertheless wondered > several times now why graphical Vim says the following when you > right-click a tab page label and click "Close" with a modified buffer: > > E37: No write since last change (add ! to override) > > I think the equivalent of ":confirm quit" would be more useful for those > few users who bother to use the tab page label context-menu. I realize > this is a minor detail in a keyboard oriented application but Vim is so > good that I can only find details to disagree with ;-) >
You could :set 'confirm' and you should have what you want. -- 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
