mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 23:20:49 +02:00
new GLOBSORT variable
This commit is contained in:
@@ -5639,6 +5639,7 @@ static struct name_and_function special_vars[] = {
|
||||
{ "FUNCNEST", sv_funcnest },
|
||||
|
||||
{ "GLOBIGNORE", sv_globignore },
|
||||
{ "GLOBSORT", sv_globsort },
|
||||
|
||||
#if defined (HISTORY)
|
||||
{ "HISTCONTROL", sv_history_control },
|
||||
@@ -5833,6 +5834,13 @@ sv_globignore (const char *name)
|
||||
setup_glob_ignore (name);
|
||||
}
|
||||
|
||||
/* What to do when GLOBSORT changes. */
|
||||
void
|
||||
sv_globsort (const char *name)
|
||||
{
|
||||
setup_globsort (name);
|
||||
}
|
||||
|
||||
#if defined (READLINE)
|
||||
void
|
||||
sv_comp_wordbreaks (const char *name)
|
||||
|
||||
Reference in New Issue
Block a user