about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit.lua b/edit.lua
index a9ada55..9e32c8c 100644
--- a/edit.lua
+++ b/edit.lua
@@ -382,7 +382,6 @@ function edit.keychord_pressed(State, chord, key)
     end
   -- clipboard
   elseif chord == 'C-c' then
-    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end  -- just in case we scroll
     local s = Text.selection(State)
     if s then
       App.setClipboardText(s)