summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle_misc.c')
-rw-r--r--Src/Zle/zle_misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c
index 48739e531..f4c32e454 100644
--- a/Src/Zle/zle_misc.c
+++ b/Src/Zle/zle_misc.c
@@ -42,6 +42,8 @@ doinsert(ZLE_STRING_T zstr, int len)
int m = neg ? -zmult : zmult; /* number of copies to insert */
int count;
+ UNMETACHECK();
+
iremovesuffix(c1, 0);
invalidatelist();