We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c131a81 commit 7c9e209Copy full SHA for 7c9e209
autopairs.sh
@@ -26,6 +26,8 @@ function __autopair() {
26
27
if [[ "$((num_of_char % 2))" -eq 1 ]]; then
28
s+="$typed_char"
29
+ elif [[ "$cursor_char" == "$closing_char" ]]; then
30
+ :
31
else
32
s+="$typed_char$typed_char"
33
fi
0 commit comments