diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-01-28 19:13:39 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-01-28 19:13:39 -0800 |
commit | 8d3d34cfa46c1bfdd0e473e3942edfa45f66e47c (patch) | |
tree | 9c8b60e4f8acefdab3045f9d656b8cfd804399c6 /ChangeLog | |
parent | a2098b0b26b47917cc725b387c63d75dfe0098f2 (diff) | |
parent | 584ea888115e48da43b01b5f5a7e1511a469f081 (diff) | |
download | zsh-8d3d34cfa46c1bfdd0e473e3942edfa45f66e47c.tar.gz zsh-8d3d34cfa46c1bfdd0e473e3942edfa45f66e47c.tar.xz zsh-8d3d34cfa46c1bfdd0e473e3942edfa45f66e47c.zip |
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fdffb7cba..c9037b3ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,22 @@ +2014-01-28 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 32303: Src/Zle/compcore.c, Completion/Zsh/Type/_parameters, + Completion/Zsh/Context/_brace_parameter: allow completion + of modifiers for parameters in a fairly simplistic way. + +2014-01-28 Peter Stephenson <p.stephenson@samsung.com> + + * 32308 (slightly modified to use "a" as the vi command at start + of line): Src/Zle/zle_main.c, Src/Zle/zle_vi.c: improve + initialising of vi mode change when entering viins at start of + editing. + 2014-01-27 Barton E. Schaefer <schaefer@zsh.org> * users/18368: Completion/Unix/Command/_git: in __git_files, retry ls-files if nothing matched the prefix pattern, to give _multi_parts a shot at the whole file list. Restores partial - path completion inadvertently removed by 31159. + path completion inadvertently removed by 31159. 2014-01-27 Peter Stephenson <p.stephenson@samsung.com> |