diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-24 11:18:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-24 11:18:39 +0000 |
commit | 86b8b5eaa346583300fa6f14fe1d0fe5beb096ba (patch) | |
tree | ddf9f1b4e90b6dd06d24a0b58e03ae6fcaf800fc /ChangeLog | |
parent | a440669201fcaaefe7a83d901e18dbdd57cf9d0a (diff) | |
download | zsh-86b8b5eaa346583300fa6f14fe1d0fe5beb096ba.tar.gz zsh-86b8b5eaa346583300fa6f14fe1d0fe5beb096ba.tar.xz zsh-86b8b5eaa346583300fa6f14fe1d0fe5beb096ba.zip |
users/12987: add subword capability to word-style
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 295ceb67d..61c2bc059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-06-24 Peter Stephenson <pws@csr.com> + * users/12987: Doc/Zsh/contrib.yo, + Functions/Zle/match-words-by-style, + Functions/Zle/select-word-style: add subword matching to + word-style capabilities. + * 25242: Mikael: Doc/Zsh/prompt.yo, Src/prompt.c: add V prompt test for contents of psvar. |