1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-05 23:26:38 +02:00

51760: r and R were listed in the wrong order.

This commit is contained in:
Marlon Richert 2023-05-18 23:53:27 +03:00 committed by Oliver Kiddle
parent bb441f77a7
commit 1f64d09127
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2023-05-21 Oliver Kiddle <opk@zsh.org>
* Marlon Richert: 51760: Doc/Zsh/compwid.yo: r and R were listed
in the wrong order.
* Marlon Richert: 51758: Test/Y01completion.ztst, Doc/Zsh/expn.yo,
Completion/Zsh/Context/_dynamic_directory_name: Make dynamic dir
completion easier to implement

View File

@ -1082,8 +1082,8 @@ enditem()
)
xitem(tt(l:)tt(|)var(word-pat)tt(=)var(match-pat))
xitem(tt(L:)tt(|)var(word-pat)tt(=)var(match-pat))
xitem(tt(R:)var(word-pat)tt(|)tt(=)var(match-pat))
item(tt(r:)var(word-pat)tt(|)tt(=)var(match-pat))(
xitem(tt(r:)var(word-pat)tt(|)tt(=)var(match-pat))
item(tt(R:)var(word-pat)tt(|)tt(=)var(match-pat))(
If there is a substring at the tt(l:)eft or tt(r:)ight edge of the current word
that matches var(word-pat), then broaden the corresponding part of the match