zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: completion for loadkeys
@ 2001-05-02 15:00 Clint Adams
  2001-05-02 15:52 ` Oliver Kiddle
  0 siblings, 1 reply; 6+ messages in thread
From: Clint Adams @ 2001-05-02 15:00 UTC (permalink / raw)
  To: zsh-workers

Index: Completion/Unix/Command/_loadkeys
===================================================================
RCS file: _loadkeys
diff -N _loadkeys
--- /dev/null	Mon Dec 11 17:26:27 2000
+++ _loadkeys	Wed May  2 07:59:10 2001
@@ -0,0 +1,16 @@
+#compdef loadkeys
+
+_arguments \
+	'(--clearcompose)-c[clearcompose]' \
+	'(-c)--clearcompose' \
+	'(--default)-d[default]' \
+	'(-d)--default' \
+	'(--help)-h[help]' \
+	'(-h)--help' \
+	'(--mktable)-m[mktable]' \
+	'(-m)--mktable' \
+	'(--clearstrings)-s[clearstrings]' \
+	'(-s)--clearstrings' \
+	'(--verbose)-v[verbose]' \
+	'(-v)--verbose' \
+	':keymap:_files -W /usr/share/keymaps'


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-05-03 13:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-02 15:00 PATCH: completion for loadkeys Clint Adams
2001-05-02 15:52 ` Oliver Kiddle
2001-05-02 16:02   ` Clint Adams
2001-05-02 16:23     ` Oliver Kiddle
2001-05-02 17:45       ` Clint Adams
2001-05-03 13:01         ` Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).