diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-15 13:19:26 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-15 13:19:26 +0000 |
commit | 1dc5677a419456cc23a5e9fa763fc01c35ff1791 (patch) | |
tree | 18cd0867fc321be62d4fc7abdfd7f322f173f474 /Completion/Base/.distfiles | |
parent | 6ba3ec5ec416f5249dc94674a1ff76846321a25b (diff) | |
download | zsh-1dc5677a419456cc23a5e9fa763fc01c35ff1791.tar.gz zsh-1dc5677a419456cc23a5e9fa763fc01c35ff1791.tar.xz zsh-1dc5677a419456cc23a5e9fa763fc01c35ff1791.zip |
add _in_vared for completion inside vared; make insert-tab default to `false' there
Diffstat (limited to 'Completion/Base/.distfiles')
-rw-r--r-- | Completion/Base/.distfiles | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Base/.distfiles b/Completion/Base/.distfiles index 377a56c82..b447accf4 100644 --- a/Completion/Base/.distfiles +++ b/Completion/Base/.distfiles @@ -1,7 +1,7 @@ DISTFILES_SRC=' .distfiles _arg_compile _argument_sets _arguments _brace_parameter _combination - _command_names _condition _default _describe _equal _first _jobs _math - _parameter _precommand _redirect _regex_arguments _subscript _tilde - _value _values + _command_names _condition _default _describe _equal _first _in_vared + _jobs _math _parameter _precommand _redirect _regex_arguments _subscript + _tilde _value _values ' |