source: projects/zsh-completion/_mozc_tool @ 3483

Revision 3483, 154 bytes checked in by iwaim, 13 years ago (diff)

for mozc 1.1.690.102

Line 
1#compdef mozc_tool
2 
3typeset -A opt_args
4 
5_arguments \
6    "--mode:keyword:(dictionary_tool config_dialog character_palette hand_writing)" \
7&& return 0
Note: See TracBrowser for help on using the repository browser.