Skip to content

Commit

Permalink
Add the "Unix" Completion functions.
Browse files Browse the repository at this point in the history
Without these, completion is completely broken.
  • Loading branch information
partcyborg committed Aug 5, 2019
1 parent d4b1366 commit 57bb773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config.modules
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ name=zsh/zpty modfile=Src/Modules/zpty.mdd link=static auto=no load=no
name=zsh/zselect modfile=Src/Modules/zselect.mdd link=static auto=no load=no
name=zsh/zutil modfile=Src/Modules/zutil.mdd link=static auto=yes load=yes
name=zsh/compctl modfile=Src/Zle/compctl.mdd link=static auto=yes load=yes
name=zsh/complete modfile=Src/Zle/complete.mdd link=static auto=no load=yes functions=Completion/*comp* Completion/Base/*/* Completion/Zsh/*/*
name=zsh/complete modfile=Src/Zle/complete.mdd link=static auto=no load=yes functions=Completion/*comp* Completion/Base/*/* Completion/Zsh/*/* Completion/Unix/*/*
name=zsh/complist modfile=Src/Zle/complist.mdd link=static auto=yes load=yes
name=zsh/computil modfile=Src/Zle/computil.mdd link=static auto=yes load=yes
name=zsh/deltochar modfile=Src/Zle/deltochar.mdd link=no auto=yes load=no
Expand Down

0 comments on commit 57bb773

Please sign in to comment.