diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-10-29 01:03:18 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-10-29 01:03:18 +0900 |
commit | 9640e9f497e8d78bf0bfa9defc4cfdeba1e7bfae (patch) | |
tree | 395aea06dcece2f2a78e11cbeda557c1c13b267d /ChangeLog | |
parent | aba7c00698fdd459d2f17f84ed371413458afae5 (diff) | |
download | zsh-9640e9f497e8d78bf0bfa9defc4cfdeba1e7bfae.tar.gz zsh-9640e9f497e8d78bf0bfa9defc4cfdeba1e7bfae.tar.xz zsh-9640e9f497e8d78bf0bfa9defc4cfdeba1e7bfae.zip |
36983 + 36990: new completions for head and tail
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b5da1df4e..0c38b2697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-29 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * 36983 (with fix from 36990): Completion/Unix/Command/_head, + Completion/Unix/Command/_tail: new completions for head and tail + 2015-10-27 Barton E. Schaefer <schaefer@zsh.org> * 36994: Functions/Zle/bracketed-paste-magic: declare local REPLY |