aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/editing.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index 7e8a1ff7..069135b2 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -248,7 +248,6 @@ function goto_line(line)
end
buffer:ensure_visible_enforce_policy(line - 1)
buffer:goto_line(line - 1)
- buffer:goto_pos(buffer.current_pos)
end
---