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 | |
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')
-rw-r--r-- | Completion/Unix/Command/.distfiles | 1 | ||||
-rw-r--r-- | Completion/Zsh/Type/.distfiles | 23 |
2 files changed, 20 insertions, 4 deletions
diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles index a51524a6a..15cb2d661 100644 --- a/Completion/Unix/Command/.distfiles +++ b/Completion/Unix/Command/.distfiles @@ -16,6 +16,7 @@ _bogofilter _bzip2 _bzr _cal +_calendar _ccal _cdcd _cdrdao 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 ' |