diff src/globals.h @ 603:e4c00ec07598

updated for version 7.0171
author vimboss
date Fri, 16 Dec 2005 21:53:56 +0000
parents 1ef373b13126
children 81fe2ccc1207
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -847,6 +847,8 @@ EXTERN int	cmd_silent INIT(= FALSE); /* 
 EXTERN int	swap_exists_action INIT(= SEA_NONE);
 					/* For dialog when swap file already
 					 * exists. */
+EXTERN int	swap_exists_did_quit INIT(= FALSE);
+					/* Selected "quit" at the dialog. */
 #endif
 
 EXTERN char_u	*IObuff;		/* sprintf's are done in this buffer,