Skip to content

Commit

Permalink
Fixes single quotes pair
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros committed Feb 23, 2022
1 parent 0a4e6a1 commit c131a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopairs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ __pairs=(
'{}'
)

for pair in "${__pairs[@]:1:3}"; do
for pair in "${__pairs[@]:0:3}"; do
bind -x "\"${pair:0:1}\": __autopair \\${pair:0:1} \\${pair:0:1} \\${pair:1:1}"
done
for pair in "${__pairs[@]:3}"; do
Expand Down

0 comments on commit c131a81

Please sign in to comment.