mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 02:10:50 +02:00
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:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user