From 37c05200f2a9d35477758a12ccbf69e29ad0d17e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 22 Oct 2018 14:44:46 -0400 Subject: Removed `textadept.editing.paste()` (pasted text is reindented). It can be implemented as a separate user module instead. --- modules/textadept/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 974a9017..917a3af7 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -292,7 +292,7 @@ if not OSX then keys.cy = buffer.redo end keys[not OSX and GUI and 'cZ' or 'mZ'] = buffer.redo keys[not OSX and 'cx' or 'mx'] = buffer.cut keys[not OSX and 'cc' or 'mc'] = buffer.copy -keys[not OSX and 'cv' or 'mv'] = textadept.editing.paste +keys[not OSX and 'cv' or 'mv'] = buffer.paste if GUI then keys[not OSX and 'cd' or 'md'] = buffer.line_duplicate end keys.del = buffer.clear keys[not OSX and (GUI and 'adel' or 'mdel') -- cgit v1.2.3