Skip to content

Commit 9170cf6

Browse files
committed
Revert "review: don't replace space escapes"
This reverts commit 4e6d04b.
1 parent f344467 commit 9170cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/compose.go

+1
Original file line numberDiff line numberDiff line change
@@ -1706,6 +1706,7 @@ func newReviewMessage(composer *Composer, err error) *reviewMessage {
17061706
for _, binding := range bindings.Bindings {
17071707
inputs := config.FormatKeyStrokes(binding.Input)
17081708
outputs := config.FormatKeyStrokes(binding.Output)
1709+
outputs = strings.ReplaceAll(outputs, "<space>", " ")
17091710
found := false
17101711
for i, rcmd := range reviewCommands {
17111712
if outputs == rcmd[0] {

0 commit comments

Comments
 (0)