commit bash-4.0-beta snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:32:04 -05:00
parent 1fa6db607f
commit 9614c1662e
72 changed files with 20602 additions and 2868 deletions
+6
View File
@@ -271,6 +271,12 @@ posix_readline_initialize (on_or_off)
#endif
}
void
reset_completer_word_break_chars ()
{
rl_completer_word_break_characters = perform_hostname_completion ? savestring (bash_completer_word_break_characters) : savestring (bash_nohostname_word_break_characters);
}
/* When this function returns, rl_completer_word_break_characters points to
dynamically allocated memory. */
int