mirror of
https://github.com/vim/vim
synced 2025-09-11 06:29:45 +00:00
updated for version 7.0078
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user