diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-07-12 15:10:42 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-07-12 15:10:42 +0000 |
commit | bbe1c9bd176dcc9f44ddb2158b441387aaf9c75f (patch) | |
tree | 0450cbfaa16507f859755187a6a0282178a92c1c /ChangeLog | |
parent | f5e61d18b01a8eb4cd72d767304c494b774b503d (diff) | |
download | zsh-bbe1c9bd176dcc9f44ddb2158b441387aaf9c75f.tar.gz zsh-bbe1c9bd176dcc9f44ddb2158b441387aaf9c75f.tar.xz zsh-bbe1c9bd176dcc9f44ddb2158b441387aaf9c75f.zip |
21449: limit completed options available to RUBYOPT to -[IdvwrK]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b777afdeb..bd172e044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-07-12 Doug Kearns <djkea2@gus.gscit.monash.edu.au> + * 21449: Completion/Unix/Command/_ruby: limit options available to + RUBYOPT env variable to -[IdvwrK]; include directories specified with + -I in the search path used to generate library matches + * 21446 (modified): Completion/Unix/Command/_rake: generate targets for rakefiles in parent directories and those specified with -f; include directories specified with -I in the search path used to generate |