From 2b0dfd1cdb9002c1b248e95648161d939b5bc727 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Apr 2013 14:38:29 -0400 Subject: More code cleanup. --- modules/textadept/editing.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/textadept/editing.lua') diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index baaa09ff..896d4b0d 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -86,12 +86,6 @@ M.braces = {[40] = 1, [41] = 1, [91] = 1, [93] = 1, [123] = 1, [125] = 1} -- @see TYPEOVER_CHARS M.typeover_chars = {[41] = 1, [93] = 1, [125] = 1, [39] = 1, [34] = 1} --- The current call tip. --- Used for displaying call tips. --- @class table --- @name current_call_tip -local current_call_tip = {} - -- Matches characters specified in char_matches. events.connect(events.CHAR_ADDED, function(c) if not M.AUTOPAIR then return end -- cgit v1.2.3