From 15c54f43836ba5f00ff8df39c34a7aec16284b14 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 2 Jun 2022 19:25:33 -0700 Subject: rename --- text.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text.lua b/text.lua index 7cc89f5..e8b4b24 100644 --- a/text.lua +++ b/text.lua @@ -1437,8 +1437,8 @@ function Text.keychord_pressed(chord) elseif chord == 'M-v' then local before_line = Cursor1.line local before = snapshot(before_line) - local s = App.getClipboardText() - for _,code in utf8.codes(s) do + local clipboard_data = App.getClipboardText() + for _,code in utf8.codes(clipboard_data) do local c = utf8.char(code) if c == '\n' then Text.insert_return() -- cgit 1.4.1-2-gfad0