fix for crash when executing PROMPT_COMMAND; fix for readline crash when rl_save_prompt is not followed by rl_set_prompt; fix for bash C-xg key binding listing completions; fix for precision overflow issue in printf; fix for readline non-multibyte builds

This commit is contained in:
Chet Ramey
2025-07-09 16:33:00 -04:00
parent 12ea4bfec3
commit a23c863e75
13 changed files with 81 additions and 29 deletions
+1 -1
View File
@@ -4090,7 +4090,7 @@ bash_glob_expand_word (int count, int key)
static int
bash_glob_list_expansions (int count, int key)
{
return bash_glob_completion_internal ('?');
return bash_glob_completion_internal ('|');
}
static int