commit | 2d1fe05fc06a91886635680886c200ad90f0abd7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 28 18:22:57 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 28 18:22:57 2014 +0200 |
tree | 16faee30e75a2fd0156634661b452e813877e2bd | |
parent | 82c2585eb840a84240ef927c09df28d5a04302b1 [diff] [blame] |
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/main.c b/src/main.c index c29d6be..9c92f7a 100644 --- a/src/main.c +++ b/src/main.c
@@ -322,6 +322,7 @@ init_yank(); /* init yank buffers */ alist_init(&global_alist); /* Init the argument list to empty. */ + global_alist.id = 0; /* * Set the default values for the options.