From d4947e67cc17432372f721928e7a47031460fce0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 7 Jun 2017 10:03:41 +0100 Subject: 41239: Save and restore default history event on context stack. This ensures that the default event set by an expansion in ZLE doesn't propagate to the command line expansion. --- 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 22f73f806..137b2a52a 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -2918,6 +2918,7 @@ struct hist_stack { int histdone; int stophist; int hlinesz; + zlong defev; char *hline; char *hptr; short *chwords; -- cgit v1.2.3