This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/completion
Matt Hamilton d36d57e62a [completion] add ${zcompdump_file} option
This commit assumes that the user-provided variable for the filename
will start with '.zcomp'. This is used in the .zlogin for zcompiling the
completion file. Sourcing the .zimrc file within the .zlogin file is
something I'd rather not do, and this seems like a good compromise. If
this becomes an issue, the file can be sourced an the var can be used
instead.

Closes #42
2016-07-19 00:23:49 -04:00
..
external@3e81c156e7 [completion] update submodule 2016-03-27 18:46:59 -04:00
compdefs.zsh add compdef for pacman aliases 2015-12-17 03:06:12 -05:00
init.zsh [completion] add ${zcompdump_file} option 2016-07-19 00:23:49 -04:00
README.md update completion docs to reflect zmodules order 2015-12-17 03:06:12 -05:00

Completion

Enables and configures smart and extensive tab completion.

Completions are sourced from zsh-completions.

This should be the LAST module in the zmodules list in your .zimrc.

Contributing

Command completions should be submitted upstream to zsh-completions.