diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-15 23:21:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-15 23:21:02 +0000 |
commit | 3cd59fa065f1cb1ecda54efdc05f96303c5647eb (patch) | |
tree | 8cac8c0bb9ac5db879229adc4ba9ef7ae77ce243 /Completion/Zsh | |
parent | 5d73aea5eebde26fa62bc2d7d2c4c0f2a556046e (diff) | |
download | zsh-3cd59fa065f1cb1ecda54efdc05f96303c5647eb.tar.gz zsh-3cd59fa065f1cb1ecda54efdc05f96303c5647eb.tar.xz zsh-3cd59fa065f1cb1ecda54efdc05f96303c5647eb.zip |
unposted: fix some .distfiles and .cvsignore stuff
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Type/.distfiles | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/Completion/Zsh/Type/.distfiles b/Completion/Zsh/Type/.distfiles index f8f7cc905..e7507f396 100644 --- a/Completion/Zsh/Type/.distfiles +++ b/Completion/Zsh/Type/.distfiles @@ -1,8 +1,23 @@ DISTFILES_SRC=' .distfiles -_aliases _file_descriptors _jobs_fg _options_unset -_arrays _functions _limits _parameters -_command_names _jobs _options _vars -_directory_stack _jobs_bg _options_set +_aliases +_arrays +_command_names +_delimiters +_directory_stack +_file_descriptors +_functions +_globqual_delims +_globquals +_history_modifiers +_jobs +_jobs_bg +_jobs_fg +_limits +_options +_options_set +_options_unset +_parameters _suffix_alias_files +_vars ' |