From f2aa1113dae127175ed496a13efda2ae8201d517 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 30 Nov 2014 23:30:48 -0500 Subject: Show command entry call tips above it; modules/textadept/command_entry.lua --- modules/textadept/command_entry.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/textadept/command_entry.lua') diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 6aeef1b4..db92f648 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -180,6 +180,7 @@ keys.lua_command = {['\t'] = complete_lua, ['\n'] = {M.finish_mode, run_lua}} events.connect(events.INITIALIZED, function() M.h_scroll_bar, M.v_scroll_bar = false, false M.margin_width_n[0], M.margin_width_n[1], M.margin_width_n[2] = 0, 0, 0 + M.call_tip_position = true end) --[[ The function below is a Lua C function. -- cgit v1.2.3