Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

compctl under 3.1.3



With 3.0.5 this compctl module used to work fine. After upgrading to
3.1.3 I get a
/home/mito/.zsh/.zshrc: number expected [358]

compctl	-k dpkg_options \
  -x "C[-1,$dpkg_deb_rec_actions] R[-R|--recursive,]" -g '*(-/D)' \
  - "C[-1,$dpkg_deb_actions]" -g '*.deb' + -g '*(-/D)' \
  - "C[-1,$dpkg_pkg_pending_actions]" -K DpkgPackages + -k (-a,--pending) \
  - "C[-1,$dpkg_pkg_actions]" -K DpkgPackages \
  - "C[-1,$dpkg_file_actions],C[-2,$dpkg_df_actions]" -f \
  - "C[-2,$dpkg_dir2_actions],C[-1,$dpkg_df_actions]" -g '*(-/D)' \
  -- dpkg

What might be wrong in there? Has something changed in compctl that
break this?

TIA

-- 
Louis-David Mitterrand
http://www.aparima.com
mito@xxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author