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

38796: Fix subword matching on last character of subword.

This commit is contained in:
Peter Stephenson 2016-07-08 15:32:44 +01:00
parent 080b1cabab
commit c135c416b2
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-07-08 Peter Stephenson <p.stephenson@samsung.com>
* 38796: Functions/Zle/match-words-by-style: fix subword
matching on last character of subword.
2016-07-05 Oliver Kiddle <opk@zsh.org>
* arno: 38780: Completion/X/Command/_setxkbmap: include

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -202,7 +202,7 @@ if [[ $wordstyle = *subword* ]]; then