diff options
Diffstat (limited to 'source/ap/zsh/zsh-4.3.10-add_new_pkg_completion.diff')
-rw-r--r-- | source/ap/zsh/zsh-4.3.10-add_new_pkg_completion.diff | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/source/ap/zsh/zsh-4.3.10-add_new_pkg_completion.diff b/source/ap/zsh/zsh-4.3.10-add_new_pkg_completion.diff new file mode 100644 index 00000000..a30665a0 --- /dev/null +++ b/source/ap/zsh/zsh-4.3.10-add_new_pkg_completion.diff @@ -0,0 +1,26 @@ +diff -Naur zsh-4.3.10.old/Completion/Linux/Command/_pkgtool zsh-4.3.10/Completion/Linux/Command/_pkgtool +--- zsh-4.3.10.old/Completion/Linux/Command/_pkgtool 2005-06-24 10:15:27.000000000 -0400 ++++ zsh-4.3.10/Completion/Linux/Command/_pkgtool 2009-07-07 20:39:01.000000000 -0400 +@@ -12,7 +12,7 @@ + "-ask[always ask on package installation regardless of package's priority]" \ + '-priority[provide a priority for the entire package list to use]:priority list:(ADD REC OPT SKP)' \ + '-tagfile[specify a different file to use for package priorities]:tagfile:_files -/' \ +- '*:package file:_files -g "*.tgz(-.)"' ++ '*:package file:_files -g "*.t[gblx]z(-.)"' + ;; + + removepkg) +@@ -29,11 +29,11 @@ + '--install-new[install new packages in addition to upgrading existing ones]' \ + '--reinstall[upgrade even when the same version is already installed]' \ + '--verbose[show all the gory details of the upgrade]' \ +- '*:package file:_files -g "*.tgz(-.)"' ++ '*:package file:_files -g "*.t[gblx]z(-.)"' + ;; + + explodepkg) +- _wanted file expl 'package file' _files -g '*.tgz(-.)' ++ _wanted file expl 'package file' _files -g '*.t[gblx]z(-.)' + ;; + + makepkg) |