mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 11:12:36 +02:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user