mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 00:20:49 +02:00
additional tests; documentation updates
This commit is contained in:
@@ -2282,6 +2282,7 @@ Names of all shell variables. May also be specified as @option{-v}.
|
||||
@item -C @var{command}
|
||||
@var{command} is executed in a subshell environment, and its output is
|
||||
used as the possible completions.
|
||||
Arguments are passed as with the @option{-F} option.
|
||||
|
||||
@item -F @var{function}
|
||||
The shell function @var{function} is executed in the current shell
|
||||
|
||||
@@ -194,7 +194,10 @@ rl_display_search (char *search_string, int flags, int where)
|
||||
|
||||
rl_message ("%s", message);
|
||||
xfree (message);
|
||||
#if 0
|
||||
/* rl_message calls this */
|
||||
(*rl_redisplay_function) ();
|
||||
#endif
|
||||
}
|
||||
|
||||
static _rl_search_cxt *
|
||||
|
||||
Reference in New Issue
Block a user