aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgmdev <jgmdev@gmail.com>2022-03-20 00:24:54 -0400
committerjgmdev <jgmdev@gmail.com>2022-05-22 13:16:10 -0400
commitb47857008120bddcaa1d99f92730d3a1436ec8ca (patch)
tree717a3c008a83670c71d3ddcdce4746eb52d93d93
parent1831d2dd523ba38416fefe1e04e9046762f652f2 (diff)
downloadlite-xl-plugins-b47857008120bddcaa1d99f92730d3a1436ec8ca.tar.gz
lite-xl-plugins-b47857008120bddcaa1d99f92730d3a1436ec8ca.zip
autowrap: removed no longer needed command see lite-xl #889
-rw-r--r--plugins/autowrap.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/autowrap.lua b/plugins/autowrap.lua
index 8723531..fee001b 100644
--- a/plugins/autowrap.lua
+++ b/plugins/autowrap.lua
@@ -37,7 +37,6 @@ DocView.on_text_input = function(self, ...)
command.perform("doc:select-lines")
command.perform("reflow:reflow")
command.perform("doc:move-to-next-char")
- command.perform("doc:move-to-previous-char")
command.perform("doc:move-to-end-of-line")
end
end