mirror of
https://github.com/neovim/neovim.git
synced 2025-11-11 04:55:33 +00:00
vim-patch:7.4.312
Problem: Cannot figure out what argument list is being used for a window. Solution: Add the arglistid() function. (Marcin Szamotulski) https://code.google.com/p/vim/source/detail?r=v7-4-312
This commit is contained in:
@@ -192,6 +192,7 @@ int main(int argc, char **argv)
|
||||
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