Skip to content

Commit 57bb773

Browse files
committed
Add the "Unix" Completion functions.
Without these, completion is completely broken.
1 parent d4b1366 commit 57bb773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/config.modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ name=zsh/zpty modfile=Src/Modules/zpty.mdd link=static auto=no load=no
5656
name=zsh/zselect modfile=Src/Modules/zselect.mdd link=static auto=no load=no
5757
name=zsh/zutil modfile=Src/Modules/zutil.mdd link=static auto=yes load=yes
5858
name=zsh/compctl modfile=Src/Zle/compctl.mdd link=static auto=yes load=yes
59-
name=zsh/complete modfile=Src/Zle/complete.mdd link=static auto=no load=yes functions=Completion/*comp* Completion/Base/*/* Completion/Zsh/*/*
59+
name=zsh/complete modfile=Src/Zle/complete.mdd link=static auto=no load=yes functions=Completion/*comp* Completion/Base/*/* Completion/Zsh/*/* Completion/Unix/*/*
6060
name=zsh/complist modfile=Src/Zle/complist.mdd link=static auto=yes load=yes
6161
name=zsh/computil modfile=Src/Zle/computil.mdd link=static auto=yes load=yes
6262
name=zsh/deltochar modfile=Src/Zle/deltochar.mdd link=no auto=yes load=no

0 commit comments

Comments
 (0)