From 9cdaf41a724dd0d739611c698e92f4421a2fbafc Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 19 Nov 2012 00:28:48 -0500 Subject: Changed Lua code style for tables. --- core/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/keys.lua') diff --git a/core/keys.lua b/core/keys.lua index 6cd81953..ba1df7b4 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -58,7 +58,7 @@ local M = {} -- -- keys['cn'] = new_buffer -- keys['cs'] = buffer.save --- keys['a('] = { _M.textadept.editing.enclose, '(', ')' } +-- keys['a('] = {_M.textadept.editing.enclose, '(', ')'} -- -- Note that [`buffer`][] references are handled properly. -- @@ -75,7 +75,7 @@ local M = {} -- keys['aa'] = { -- a = function1, -- b = function2, --- c = { function3, arg1, arg2 } +-- c = {function3, arg1, arg2} -- } -- @field CLEAR (string) -- The string representing the key sequence that clears the current key chain. -- cgit v1.2.3