mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +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:
@@ -568,6 +568,7 @@ EXTERN int mf_dont_release INIT(= FALSE); /* don't release blocks */
|
||||
* 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 */
|
||||
|
||||
|
Reference in New Issue
Block a user