updated for version 7.4.312
Problem: Cannot figure out what argument list is being used for a window.
Solution: Add the arglistid() function. (Marcin Szamotulski)
diff --git a/src/globals.h b/src/globals.h
index 058341b..d831db9 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -601,6 +601,7 @@
* to this when the window is using the global argument list.
*/
EXTERN alist_T global_alist; /* global argument list */
+EXTERN int max_alist_id INIT(= 0); /* the previous argument list id */
EXTERN int arg_had_last INIT(= FALSE); /* accessed last file in
global_alist */