diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-12-27 16:40:49 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-12-27 16:40:49 +0000 |
commit | bb7b1ddf826325e80bd1a1241dff14dc8844bfff (patch) | |
tree | 44a0b495aa6e9851016060ce962d0ca04bce931d /ChangeLog | |
parent | d1d89c7942178b863ecfd33ff91a372e7240f041 (diff) | |
download | zsh-bb7b1ddf826325e80bd1a1241dff14dc8844bfff.tar.gz zsh-bb7b1ddf826325e80bd1a1241dff14dc8844bfff.tar.xz zsh-bb7b1ddf826325e80bd1a1241dff14dc8844bfff.zip |
13315: ignore parens and leading paths on killall completion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8554211d1..9fa6c477a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-12-27 Clint Adams <schizo@debian.org> + * 13315: Completion/User/_killall: strip parentheses and + path heads. + * 13314: Completion/User/_killall: ignore commands that begin with hyphens (login shells). |