From acb05d1616328e634c6f9914167b12c75619e828 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 3 Jul 2015 22:56:03 +0200 Subject: 35674: make an undo event for initial buffer contents --- Src/Zle/zle_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/Zle/zle_main.c') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index fe561fc28..c13e3a0c5 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -1206,6 +1206,7 @@ zleread(char **lp, char **rp, int flags, int context, char *init, char *finish) histline = stackhist; stackhist = -1; } + handleundo(); } /* * If main is linked to the viins keymap, we need to register -- cgit 1.4.1