diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-24 16:09:28 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-24 16:09:28 +0000 |
commit | 46c8127e939e9102f27c5a10733cb444bf898a30 (patch) | |
tree | 0feedbf4a1f20c2e54209f3010ae11b820542f21 /ChangeLog | |
parent | c52864df2fd9fbf786ecd176a21eb34763993e05 (diff) | |
download | zsh-46c8127e939e9102f27c5a10733cb444bf898a30.tar.gz zsh-46c8127e939e9102f27c5a10733cb444bf898a30.tar.xz zsh-46c8127e939e9102f27c5a10733cb444bf898a30.zip |
25244: add subword-range style
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 31947a466..4f72e7029 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-06-24 Peter Stephenson <pws@csr.com> + * 25244: Doc/Zsh/contrib.yo, Functions/Zle/match-words-by-style, + Functions/Zle/modify-current-argument, + Functions/Zle/split-shell-arguments: enhance users/12987 with + style for subword start and fix a few bits of documentation. + * users/12985, users/12986, users/12988: Tomasz Pala: Completion/Linux/Command/_ethtool, Completion/Linux/Command/_ipset, Completion/Unix/Command/_arp: |