From 6e95fc96020f9d32cae7e48b65c180b9a6263b6e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 16 Jan 2011 20:37:32 +0000 Subject: 28631: gi1242+zsh@gmail.com (as in 28633): completion updates --- Completion/X/Command/.distfiles | 34 ++++++++++++++++++++++++++-------- Completion/X/Command/_xournal | 6 ++++++ 2 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 Completion/X/Command/_xournal (limited to 'Completion/X/Command') diff --git a/Completion/X/Command/.distfiles b/Completion/X/Command/.distfiles index d97ec8d3c..925ca5257 100644 --- a/Completion/X/Command/.distfiles +++ b/Completion/X/Command/.distfiles @@ -1,16 +1,34 @@ DISTFILES_SRC=' .distfiles -_acroread _dcop -_gnome-gv _gqview _gv _kfmclient -_mozilla _mplayer _nautilus -_nedit _netscape +_acroread +_dcop +_gnome-gv +_gqview +_gv +_kfmclient +_mozilla +_mplayer +_nautilus +_nedit +_netscape _okular _pdftk _qiv _setxkbmap -_urxvt _vnc -_x_utils _xauth _xdvi _xfig _xloadimage -_xmodmap _xpdf _xscreensaver _xset _xterm -_xv _xwit +_urxvtd +_vnc +_x_utils +_xauth +_xdvi +_xfigd +_xloadimage +_xmodmap +_xournal +_xpdf +_xscreensaver +_xsetd +_xterm +_xv +_xwit _xrandr ' diff --git a/Completion/X/Command/_xournal b/Completion/X/Command/_xournal new file mode 100644 index 000000000..066ef55f5 --- /dev/null +++ b/Completion/X/Command/_xournal @@ -0,0 +1,6 @@ +#compdef xournal + +local expl + +_description files expl 'PDF and Xournal files' +_files "$@" "$expl[@]" -g '*.(#i){xoj,pdf}(-.)' -- cgit 1.4.1