diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/zle_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c index 58345ac05..6b79f431c 100644 --- a/Src/Zle/zle_misc.c +++ b/Src/Zle/zle_misc.c @@ -1117,7 +1117,7 @@ iremovesuffix(ZLE_CHAR_T c, int keep) * called from completion. (It may not be since * we may decide to remove the suffix later.) */ - umetafy_line(); + unmetafy_line(); } sprintf(buf, "%d", suffixlen[0]); |