diff src/globals.h @ 1906:ff9ecf14efe3 v7.2.203

updated for version 7.2-203
author vimboss
date Tue, 16 Jun 2009 14:01:43 +0000
parents 062104a823df
children 40a8e388692b
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -539,6 +539,10 @@ EXTERN win_T	*prevwin INIT(= NULL);	/* p
 
 EXTERN win_T	*curwin;	/* currently active window */
 
+#ifdef FEAT_AUTOCMD
+EXTERN win_T	*aucmd_win;	/* window used in aucmd_prepbuf() */
+#endif
+
 /*
  * The window layout is kept in a tree of frames.  topframe points to the top
  * of the tree.