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/_xournal | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/X/Command/_xournal (limited to 'Completion/X/Command/_xournal') 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