mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 09:41:44 +02:00
manual/10029
This commit is contained in:
parent
8d44ee0cc5
commit
09cfde0a69
1 changed files with 1 additions and 1 deletions
|
@ -3198,7 +3198,7 @@ getkeystring(char *s, int *len, int fromwhere, int *misc)
|
|||
} else if (fromwhere == 4 && *s == Snull) {
|
||||
for (u = t; (*u++ = *s++););
|
||||
return t + 1;
|
||||
} else if (*s == '^' &&
|
||||
} else if (*s == '^' && !control &&
|
||||
(fromwhere == 2 || fromwhere == 5 || fromwhere == 6)) {
|
||||
control = 1;
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue