mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 08:29:54 +02:00
allow assignment to array keys @ and *; minor completion fix
This commit is contained in:
@@ -1154,6 +1154,12 @@ const char * const _rl_possible_meta_prefixes[] = {
|
||||
"Meta", "M-", (const char *)NULL
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
static int parser_if (char *);
|
||||
static int parser_else (char *);
|
||||
static int parser_endif (char *);
|
||||
static int parser_include (char *);
|
||||
|
||||
/* Conditionals. */
|
||||
|
||||
/* Calling programs set this to have their argv[0]. */
|
||||
|
||||
@@ -259,11 +259,11 @@ static void
|
||||
_rl_nsearch_abort (_rl_search_cxt *cxt)
|
||||
{
|
||||
rl_maybe_unsave_line ();
|
||||
rl_clear_message ();
|
||||
rl_point = cxt->save_point;
|
||||
rl_mark = cxt->save_mark;
|
||||
_rl_fix_point (1);
|
||||
rl_restore_prompt ();
|
||||
rl_clear_message ();
|
||||
_rl_fix_point (1);
|
||||
|
||||
RL_UNSETSTATE (RL_STATE_NSEARCH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user