1
0
Fork 0
mirror of synced 2024-09-18 19:42:53 -04:00
zimfw/modules/completion
Eric Nielsen 3660b6f00b [completion] Consider the zcompdump_file variable
that could be defined in `.zimrc`, when doing the zcompile in
the completion module and when cleaning the cache.

A custom `${zcompdump_file}` would not be zcompiled or cleaned from the
cache without this correction.

Also, use zrecompile instead of the custom logic to call zcompile.
2017-09-27 07:39:53 -05:00
..
external@6a2895b7f5 [completion] Update submodule 2017-09-11 09:41:56 -05:00
compdefs.zsh add compdef for pacman aliases 2015-12-17 03:06:12 -05:00
init.zsh [completion] Consider the zcompdump_file variable 2017-09-27 07:39:53 -05: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.