fix history expansion to not perform quick substitution on a new line that's part of a quoted string; save the value of $_ around prompt string decoding

This commit is contained in:
Chet Ramey
2023-12-19 09:56:34 -05:00
parent 9d51df7546
commit aa2d23cfac
24 changed files with 1973 additions and 1779 deletions
+1
View File
@@ -124,6 +124,7 @@ extern void uw_restore_funcarray_state (void *);
extern void uw_maybe_restore_getopt_state (void *);
extern void uw_lastpipe_cleanup (void *);
extern char *save_lastarg (void);
extern void bind_lastarg (char *);
extern void uw_dispose_fd_bitmap (void *);