mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 17:31:02 +01:00
25744: dynamic named directories and further doshfunc() simplification
This commit is contained in:
parent
84584ea58b
commit
b2d08a2155
13 changed files with 204 additions and 24 deletions
|
|
@ -3664,7 +3664,7 @@ makecomplistflags(Compctl cc, char *s, int incmd, int compadd)
|
|||
incompctlfunc = 1;
|
||||
sfcontext = SFC_COMPLETE;
|
||||
/* Call the function. */
|
||||
doshfunc(shfunc, args, 0, 1);
|
||||
doshfunc(shfunc, args, 1);
|
||||
sfcontext = osc;
|
||||
incompctlfunc = 0;
|
||||
/* And get the result from the reply parameter. */
|
||||
|
|
@ -3839,7 +3839,7 @@ makecomplistflags(Compctl cc, char *s, int incmd, int compadd)
|
|||
if (incompfunc != 1)
|
||||
incompctlfunc = 1;
|
||||
sfcontext = SFC_COMPLETE;
|
||||
doshfunc(shfunc, args, 0, 1);
|
||||
doshfunc(shfunc, args, 1);
|
||||
sfcontext = osc;
|
||||
incompctlfunc = 0;
|
||||
uv = "reply";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue