Browse Source
Completions are nothing more than auto-loadable functions prefixed with an underscore placed somewhere in $FPATH.master
Sorin Ionescu
13 years ago
12 changed files with 6 additions and 6 deletions
@ -1,9 +1,9 @@ |
|||||||
[submodule "modules/completion/completions"] |
|
||||||
path = modules/completion/completions |
|
||||||
url = https://github.com/zsh-users/zsh-completions.git |
|
||||||
[submodule "modules/history-substring-search/external"] |
[submodule "modules/history-substring-search/external"] |
||||||
path = modules/history-substring-search/external |
path = modules/history-substring-search/external |
||||||
url = https://github.com/zsh-users/zsh-history-substring-search.git |
url = https://github.com/zsh-users/zsh-history-substring-search.git |
||||||
[submodule "modules/syntax-highlighting/external"] |
[submodule "modules/syntax-highlighting/external"] |
||||||
path = modules/syntax-highlighting/external |
path = modules/syntax-highlighting/external |
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git |
url = https://github.com/zsh-users/zsh-syntax-highlighting.git |
||||||
|
[submodule "modules/completion/functions"] |
||||||
|
path = modules/completion/functions |
||||||
|
url = https://github.com/zsh-users/zsh-completions.git |
||||||
|
@ -1 +0,0 @@ |
|||||||
Subproject commit b877df4e7090c9a45da6a4c5f25d8ad172ed2639 |
|
@ -0,0 +1 @@ |
|||||||
|
Subproject commit 8b89dd9d10e86313f49fafdf88e8540f97346f33 |
Loading…
Reference in new issue