aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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