mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20171222 snapshot
This commit is contained in:
+1
-2
@@ -726,7 +726,6 @@ pcomp_filename_completion_function (text, state)
|
||||
int state;
|
||||
{
|
||||
static char *dfn; /* dequoted filename */
|
||||
int qc;
|
||||
int iscompgen, iscompleting;
|
||||
|
||||
if (state == 0)
|
||||
@@ -1616,7 +1615,7 @@ programmable_completions (cmd, word, start, end, foundp)
|
||||
const char *word;
|
||||
int start, end, *foundp;
|
||||
{
|
||||
COMPSPEC *cs, *lastcs;
|
||||
COMPSPEC *lastcs;
|
||||
STRINGLIST *ret;
|
||||
char **rmatches, *t;
|
||||
int found, retry, count;
|
||||
|
||||
Reference in New Issue
Block a user