mirror of
https://github.com/vim/vim.git
synced 2025-08-31 20:53:42 -04:00
updated for version 7.0078
This commit is contained in:
parent
6c0b44b5bf
commit
4debb442bd
@ -120,7 +120,7 @@ static dictitem_T globvars_var;
|
|||||||
* Old Vim variables such as "v:version" are also available without the "v:".
|
* Old Vim variables such as "v:version" are also available without the "v:".
|
||||||
* Also in functions. We need a special hashtable for them.
|
* Also in functions. We need a special hashtable for them.
|
||||||
*/
|
*/
|
||||||
hashtab_T compat_hashtab;
|
static hashtab_T compat_hashtab;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Array to hold the hashtab with variables local to each sourced script.
|
* Array to hold the hashtab with variables local to each sourced script.
|
||||||
@ -188,7 +188,7 @@ struct ufunc
|
|||||||
/*
|
/*
|
||||||
* All user-defined functions are found in this hash table.
|
* All user-defined functions are found in this hash table.
|
||||||
*/
|
*/
|
||||||
hashtab_T func_hashtab;
|
static hashtab_T func_hashtab;
|
||||||
|
|
||||||
/* From user function to hashitem and back. */
|
/* From user function to hashitem and back. */
|
||||||
static ufunc_T dumuf;
|
static ufunc_T dumuf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user