From 36fcaeb16799738631d4519e74d2e6398478776d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Jan 2018 17:25:04 +0000 Subject: 42245: Abort last word on interactve comment. Last recorded word should be the previous one. --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 92f75769a..ba2f8cd9f 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -2992,6 +2992,7 @@ struct hist_stack { void (*hungetc) _((int)); void (*hwaddc) _((int)); void (*hwbegin) _((int)); + void (*hwabort) _((void)); void (*hwend) _((void)); void (*addtoline) _((int)); unsigned char *cstack; -- cgit 1.4.1