diff options
author | 2014-11-30 23:30:48 -0500 | |
---|---|---|
committer | 2014-11-30 23:30:48 -0500 | |
commit | f2aa1113dae127175ed496a13efda2ae8201d517 (patch) | |
tree | c22be9a5c2efc52540e032088af41a0d6e4bc49d /modules | |
parent | 3ce320809ecfb21e5a004171df6c8262a6001502 (diff) | |
download | textadept-f2aa1113dae127175ed496a13efda2ae8201d517.tar.gz textadept-f2aa1113dae127175ed496a13efda2ae8201d517.zip |
Show command entry call tips above it; modules/textadept/command_entry.lua
Diffstat (limited to 'modules')
-rw-r--r-- | modules/textadept/command_entry.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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. |