mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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)
This commit is contained in:
@@ -322,6 +322,7 @@ main
|
||||
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.
|
||||
|
Reference in New Issue
Block a user