mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
shada: Use same iteration end conditions as with other iterators
This commit is contained in:
@@ -20909,7 +20909,6 @@ const void *var_shada_iter(const void *const iter, const char **const name,
|
||||
hi++;
|
||||
}
|
||||
if ((size_t) (hi - hifirst) == hinum) {
|
||||
*rettv = (typval_T) { .v_type = VAR_UNKNOWN };
|
||||
return NULL;
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user