1Index: src/globals.h
2===================================================================
3--- src/globals.h	(revision 57762)
4+++ src/globals.h	(working copy)
5@@ -11,6 +11,14 @@
6  */
7 
8 /*
9+ * Control over standard conformance
10+ */
11+
12+EXTERN int Unix2003_compat;
13+/* Copy of -w value for unix2003 compatible use */
14+EXTERN int p_window_unix2003;
15+
16+/*
17  * Number of Rows and Columns in the screen.
18  * Must be long to be able to use them as options in option.c.
19  * Note: Use screen_Rows and screen_Columns to access items in ScreenLines[].
20@@ -1030,6 +1038,7 @@
21 					    /* set after swap write error msg */
22 EXTERN int	undo_off INIT(= FALSE);	    /* undo switched off for now */
23 EXTERN int	global_busy INIT(= 0);	    /* set when :global is executing */
24+EXTERN int	global_last_cmd INIT(= 0);  /* set when :global was last cmd */
25 EXTERN int	listcmd_busy INIT(= FALSE); /* set when :argdo, :windo or
26 					       :bufdo is executing */
27 EXTERN int	need_start_insertmode INIT(= FALSE);
28