We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece47be commit f1ddf81Copy full SHA for f1ddf81
completions/find
@@ -10,6 +10,7 @@ _find()
10
local i
11
for i in ${!words[*]}; do
12
if [[ ${words[i]} == -@(exec|ok)?(dir) ]]; then
13
+ ((cword > i)) || break
14
_command_offset $((i + 1))
15
return
16
fi
0 commit comments