From ea0a9b6e077f1a120684f5fdf330adc439d86285 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Mon, 14 Mar 2016 09:15:47 +0200 Subject: [PATCH] Get rid of useless operations --- rc/base/autowrap.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] }