mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +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) {
|
} else if (fromwhere == 4 && *s == Snull) {
|
||||||
for (u = t; (*u++ = *s++););
|
for (u = t; (*u++ = *s++););
|
||||||
return t + 1;
|
return t + 1;
|
||||||
} else if (*s == '^' &&
|
} else if (*s == '^' && !control &&
|
||||||
(fromwhere == 2 || fromwhere == 5 || fromwhere == 6)) {
|
(fromwhere == 2 || fromwhere == 5 || fromwhere == 6)) {
|
||||||
control = 1;
|
control = 1;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue