aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-12-23 13:11:59 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-12-23 13:11:59 +0900
commit64484169e2270eea79582fe5dd1f58fe5cdb36c9 (patch)
tree117022aec905db1f6dac326d593beb818bfefea3
parentAdd files via upload (diff)
downloadzsh-completions-64484169e2270eea79582fe5dd1f58fe5cdb36c9.tar
zsh-completions-64484169e2270eea79582fe5dd1f58fe5cdb36c9.tar.gz
zsh-completions-64484169e2270eea79582fe5dd1f58fe5cdb36c9.tar.bz2
zsh-completions-64484169e2270eea79582fe5dd1f58fe5cdb36c9.tar.lz
zsh-completions-64484169e2270eea79582fe5dd1f58fe5cdb36c9.tar.xz
zsh-completions-64484169e2270eea79582fe5dd1f58fe5cdb36c9.tar.zst
zsh-completions-64484169e2270eea79582fe5dd1f58fe5cdb36c9.zip
Add emacs local variables too
-rw-r--r--src/_xdg-mime14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/_xdg-mime b/src/_xdg-mime
index 62bc11d..c35d335 100644
--- a/src/_xdg-mime
+++ b/src/_xdg-mime
@@ -1,7 +1,7 @@
#compdef xdg-mime
-# Description:
-# ZSH Completion for xdg-mime 1.2.1 from
+# Description:
+# ZSH Completion for xdg-mime 1.2.1 from
# xdg-utils (https://gitlab.freedesktop.org/xdg/xdg-utils)
#
# Authors:
@@ -10,7 +10,7 @@
_xdg-mime_query() {
_arguments \
"1:Query Type:((
- filetype\:'Returns mime-type of a file'
+ filetype\:'Returns mime-type of a file'
default\:'Returns default application for a mime-type'))" \
"*::arg:->args"
@@ -59,4 +59,10 @@ _xdg-mime() {
esac
}
-# vim: filetype=zsh expandtab softtabstop=2 tabstop=2 shiftwidth=2
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: filetype=zsh expandtab softtabstop=2 tabstop=2 shiftwidth=2