diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/zle_hist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c index 241ef419e..d9586b832 100644 --- a/Src/Zle/zle_hist.c +++ b/Src/Zle/zle_hist.c @@ -634,6 +634,7 @@ insertlastword(char **args) } } + fixsuffix(); metafy_line(); if (lastinsert && lastlen && lastpos <= zlemetacs && |