diff --git a/rc/base/autowrap.kak b/rc/base/autowrap.kak index a26374f8..a6ce2828 100644 --- a/rc/base/autowrap.kak +++ b/rc/base/autowrap.kak @@ -7,7 +7,7 @@ def -hidden _autowrap-cut-selection %{ try %{ # remove the whitespaces # then save the indentation of the original line and apply it to the new one - exec -draft c K \' + exec -draft c K # if there's text after the current line, merge the two exec xX [^\n]\n[^\n] }