diff options
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/_xmodmap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/X/_xmodmap b/Completion/X/_xmodmap index 1cd461d4c..6595d5adf 100644 --- a/Completion/X/_xmodmap +++ b/Completion/X/_xmodmap @@ -86,7 +86,6 @@ if [[ -n "$state" ]]; then while _next_label commands expl command; do compadd "$expl[@]" -S ' ' keycode keysym clear add remove && ret=0 compadd "$expl[@]" -S ' = ' pointer && ret=0 - (( ret )) || return 0 done fi fi |