0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0053

This commit is contained in:
Bram Moolenaar
2005-02-27 22:43:26 +00:00
parent 2be221fa5e
commit 038eb0ed16
3 changed files with 39 additions and 5 deletions

View File

@@ -15337,8 +15337,8 @@ ex_function(eap)
{
if (!eap->skip)
{
todo = globvarht.ht_used;
for (hi = globvarht.ht_array; todo > 0 && !got_int; ++hi)
todo = func_hashtab.ht_used;
for (hi = func_hashtab.ht_array; todo > 0 && !got_int; ++hi)
{
if (!HASHITEM_EMPTY(hi))
{