diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-15 04:35:49 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-15 04:35:49 -0400 |
commit | 5d35484203cb950a7ba0ed0d9428cb58b37212ff (patch) | |
tree | 6a3642a6b8bd409cb9659bb769e024ad9da8f8b6 /src/nvim/globals.h | |
parent | 53ef7038d84ead3094b828ac0fc540d10e99c1fe (diff) | |
parent | def28adfdd7a9ee643224e36f3f601f9f7222f46 (diff) | |
download | rneovim-5d35484203cb950a7ba0ed0d9428cb58b37212ff.tar.gz rneovim-5d35484203cb950a7ba0ed0d9428cb58b37212ff.tar.bz2 rneovim-5d35484203cb950a7ba0ed0d9428cb58b37212ff.zip |
Merge pull request #1169 from splinterofchaos/arglistid
vim-patch:7.4.312
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 49a4a2f604..674786ff08 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -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 */ |