diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-06-04 16:40:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-06-04 16:40:42 +0000 |
commit | 5b32dece551b9b71d5704701b1b5dcaf8eea09d2 (patch) | |
tree | a871f86c4b5a367e168600d1a08bf27635179217 /ChangeLog | |
parent | 07933936f35e7a2b41edc875a7e371d28100b056 (diff) | |
download | zsh-5b32dece551b9b71d5704701b1b5dcaf8eea09d2.tar.gz zsh-5b32dece551b9b71d5704701b1b5dcaf8eea09d2.tar.xz zsh-5b32dece551b9b71d5704701b1b5dcaf8eea09d2.zip |
users/17132: skip-whitespace-first style for compatibility with bash etc.
in widgets using forward-word-match
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index dd08328b1..bf37eba3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-06-04 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * users/17132: Doc/Zsh/contrib.yo, + Functions/Zle/forward-word-match, + Functions/Zle/select-word-style: skip-whitespace-first style for + compatibility with bash and other editors in forward-word. + 2012-05-31 Peter Stephenson <pws@csr.com> * Foudil Brétel: 30495: Completion/Unix/Command/_systemd (also @@ -16333,5 +16340,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5661 $ +* $Revision: 1.5662 $ ***************************************************** |