Skip to content

Commit

Permalink
Merge remote-tracking branch 'krobelus/fix-comment-block'
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Jul 11, 2022
2 parents 471c4aa + b6afd5d commit af89d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/tools/comment.kak
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ define-command comment-block -docstring '(un)comment selections using block comm
} catch %{
# Comment the selection
set-register '"' "%opt{comment_block_begin}"
execute-keys P
execute-keys -draft P
set-register '"' "%opt{comment_block_end}"
execute-keys p
}
Expand Down

0 comments on commit af89d6e

Please sign in to comment.