aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ext/menu.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ext/menu.lua b/core/ext/menu.lua
index 59b027b9..9032c4b6 100644
--- a/core/ext/menu.lua
+++ b/core/ext/menu.lua
@@ -542,6 +542,7 @@ local actions = {
function() if view.size then view.size = view.size - 10 end end
},
}
+if MAC then actions[ID.PASTE] = { m_editing.smart_paste } end -- fix paste issue
-- lexers here MUST be in the same order as in the menu
local lexers = {