1
0
Fork 0
mirror of synced 2024-06-20 23:51:09 -04:00
zimfw/modules/completion
Matt Hamilton 4ac66646c4 [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-04-16 14:56:53 -07: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-04-16 14:56:53 -07: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.