diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-11-24 16:05:00 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-11-24 16:05:00 +0100 |
commit | 3570172d3be4e10549a9966b39f8cae762975bcd (patch) | |
tree | 3e792eb74e51d29c4e8aa0bccb92148b18cc1a51 /ChangeLog | |
parent | fe2d87767ddf4f6d325dbc76a0b6e6dc624ce556 (diff) | |
download | zsh-3570172d3be4e10549a9966b39f8cae762975bcd.tar.gz zsh-3570172d3be4e10549a9966b39f8cae762975bcd.tar.xz zsh-3570172d3be4e10549a9966b39f8cae762975bcd.zip |
40003: include "0-"9 vi buffers in the registers associative array
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 007b05457..0bf059098 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + * 40003: Src/Zle/zle_params.c, Doc/Zsh/zle.yo: include "0-"9 + vi buffers in the registers associative array + 2016-11-24 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 40005: Completion/Unix/Command/_date, |