]> git.lizzy.rs Git - bspwm.git/commit
Fix `bspc rule -r <^n>` completion for zsh
authorEmanuele Torre <torreemanuele6@gmail.com>
Sun, 6 Sep 2020 12:48:02 +0000 (14:48 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Tue, 8 Sep 2020 09:02:35 +0000 (11:02 +0200)
commit2571bddf67e3a9d4309ecc39bed5c6432033c894
treed9f7872d3e29d127f1c7a31def883c7ee38b94ed
parent8e6f769d6f4657cf20ec59ecb4e23219daa27e75
Fix `bspc rule -r <^n>` completion for zsh

Indexes were offsetted by one and started from 0.
0 is not a valid index.

Fixes #1193.
contrib/zsh_completion