File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2828 local compline=" ${compwords[*]} "
2929
3030 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
31- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
31+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
3232
3333% if ENV[' COMPLETELY_DEBUG' ]
3434 if [[ -n " $COMPLETELY_DEBUG " ]]; then
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ _mygit_completions() {
2828 local compline=" ${compwords[*]} "
2929
3030 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
31- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
31+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
3232
3333 case " $compline " in
3434 ' status' * )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ _mycomps() {
2828 local compline=" ${compwords[*]} "
2929
3030 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
31- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
31+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
3232
3333 case " $compline " in
3434 ' status' * )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ give_comps() {
2929 echo $' local compline="${compwords[*]}"'
3030 echo $' '
3131 echo $' local original_comp_wordbreaks="$COMP_WORDBREAKS"'
32- echo $' COMP_WORDBREAKS="${COMP_WORDBREAKS//[:; =]/}"'
32+ echo $' COMP_WORDBREAKS="${COMP_WORDBREAKS//[:=]/}"'
3333 echo $' '
3434 echo $' case "$compline" in'
3535 echo $' \' status\' *)'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ _mygit_completions() {
3636 local compline=" ${compwords[*]} "
3737
3838 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
39- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
39+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
4040
4141 case " $compline " in
4242 ' status' * )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ _mygit_completions() {
3636 local compline=" ${compwords[*]} "
3737
3838 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
39- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
39+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
4040
4141 case " $compline " in
4242 ' status' * )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ _mygit_completions() {
3636 local compline=" ${compwords[*]} "
3737
3838 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
39- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
39+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
4040
4141 case " $compline " in
4242 ' status' * )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ send_completions() {
2929 echo $' local compline="${compwords[*]}"'
3030 echo $' '
3131 echo $' local original_comp_wordbreaks="$COMP_WORDBREAKS"'
32- echo $' COMP_WORDBREAKS="${COMP_WORDBREAKS//[:; =]/}"'
32+ echo $' COMP_WORDBREAKS="${COMP_WORDBREAKS//[:=]/}"'
3333 echo $' '
3434 echo $' case "$compline" in'
3535 echo $' \' generate\' *)'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ _completely_completions() {
2828 local compline=" ${compwords[*]} "
2929
3030 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
31- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
31+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
3232
3333 case " $compline " in
3434 ' generate' * )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ _completely_completions() {
2828 local compline=" ${compwords[*]} "
2929
3030 local original_comp_wordbreaks=" $COMP_WORDBREAKS "
31- COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:; =]/ } "
31+ COMP_WORDBREAKS=" ${COMP_WORDBREAKS// [:=]/ } "
3232
3333 case " $compline " in
3434 ' generate' * )
You can’t perform that action at this time.
0 commit comments