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:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user