1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-12 11:01:15 +02:00

49535: fix completion for ${<TAB> and ${(a)<TAB>

This commit is contained in:
Jun-ichi Takimoto 2021-11-01 23:33:57 +09:00
parent 6b2d120077
commit b067ab08d6
2 changed files with 8 additions and 11 deletions

View file

@ -1,3 +1,8 @@
2021-11-01 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 49535: Src/Zle/compcore.c: fix completion of parameter names
for ${<TAB> and ${(a)<TAB>
2021-10-31 Bart Schaefer <schaefer@zsh.org>
* users/27302: Completion/Unix/Type/_remote_files: respect setting

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1187,9 +1187,9 @@ check_param(char *s, int set, int test)