Merge remote-tracking branch 'krobelus/fix-comment-block'

This commit is contained in:
Maxime Coste 2022-07-11 18:20:51 +10:00
commit af89d6e052

View File

@ -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
}