Vim Tips Wiki
(Bug report: closing windows and tabs)
(Change <tt> to <code>, perhaps also minor tweak.)
 
Line 1: Line 1:
{{ScriptComments|ConfirmQuit.vim: Provides a confirm dialog when you try to quit vim}}
+
{{ScriptComments|ConfirmQuit: provides a confirm dialog when you try to quit Vim}}
   
== Pops up when just quitting tabs and vim windows ==
+
==Pops up when just quitting tabs and vim windows==
 
I think this is just supposed to appear before gvim tries to exit, but as it is now you get a dialog even if you're not closing the last window of the last tab. For instance, if you type :help and then :q, you'll get a confirmation dialog just for closing help.
 
I think this is just supposed to appear before gvim tries to exit, but as it is now you get a dialog even if you're not closing the last window of the last tab. For instance, if you type :help and then :q, you'll get a confirmation dialog just for closing help.
  +
  +
==Comments==

Latest revision as of 09:39, 14 July 2012

Use this page to discuss script 1072 ConfirmQuit: provides a confirm dialog when you try to quit Vim

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Pops up when just quitting tabs and vim windows[]

I think this is just supposed to appear before gvim tries to exit, but as it is now you get a dialog even if you're not closing the last window of the last tab. For instance, if you type :help and then :q, you'll get a confirmation dialog just for closing help.

Comments[]