diff options
author | jgmdev <jgmdev@gmail.com> | 2022-03-20 00:24:54 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-05-22 13:16:10 -0400 |
commit | b47857008120bddcaa1d99f92730d3a1436ec8ca (patch) | |
tree | 717a3c008a83670c71d3ddcdce4746eb52d93d93 | |
parent | 1831d2dd523ba38416fefe1e04e9046762f652f2 (diff) | |
download | lite-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.lua | 1 |
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 |