diff options
Diffstat (limited to 'Completion/X/_xmodmap')
-rw-r--r-- | Completion/X/_xmodmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/_xmodmap b/Completion/X/_xmodmap index e1594b949..da0029a16 100644 --- a/Completion/X/_xmodmap +++ b/Completion/X/_xmodmap @@ -55,7 +55,7 @@ if [[ -n "$state" ]]; then pointer*) if compset -P '*=[ ]#'; then compset -P '*[ ]' - _description expl 'button code' + _description values expl 'button code' compadd "$expl[@]" -qS ' ' 1 2 3 4 5 default return else |