Skip to content

Commit 62b8675

Browse files
committed
Revert "review: don't replace space escapes"
This reverts commit 4e6d04b.
1 parent 02c30b3 commit 62b8675

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
@@ -1696,6 +1696,7 @@ func newReviewMessage(composer *Composer, err error) *reviewMessage {
16961696
for _, binding := range bindings.Bindings {
16971697
inputs := config.FormatKeyStrokes(binding.Input)
16981698
outputs := config.FormatKeyStrokes(binding.Output)
1699+
outputs = strings.ReplaceAll(outputs, "<space>", " ")
16991700
found := false
17001701
for i, rcmd := range reviewCommands {
17011702
if outputs == rcmd[0] {

0 commit comments

Comments
 (0)