From cc8bc0b210d5716d970717e86216a6b059eecf05 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 Aug 2007 16:36:19 -0400 Subject: Renamed handlers module to events, updated everything to reflect changes. --- modules/cpp/commands.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/cpp/commands.lua') diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 472ca130..62c06be2 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -8,7 +8,6 @@ module('_m.cpp.commands', package.seeall) local keys = _G.keys if type(keys) == 'table' then local m_editing = _m.textadept.editing - local m_handlers = textadept.handlers keys.cpp = { al = { textadept.io.open, _HOME..'/modules/cpp/init.lua' }, ['s\n'] = { function() @@ -18,10 +17,7 @@ if type(keys) == 'table' then end }, cq = { m_editing.block_comment, '//~' }, ['('] = { function() ---~ buffer.word_chars = ---~ '_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' m_editing.show_call_tip(_m.cpp.api, true) ---~ buffer:set_chars_default() return false end }, } -- cgit v1.2.3