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:
parent
080b1cabab
commit
c135c416b2
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -202,7 +202,7 @@ if [[ $wordstyle = *subword* ]]; then
|
|||