diff options
Diffstat (limited to 'modules/cpp/commands.lua')
-rw-r--r-- | modules/cpp/commands.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 09ea1dfe..d1e2fd17 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -1,5 +1,7 @@ -- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +local textadept = _G.textadept + --- -- Commands for the cpp module. module('_m.cpp.commands', package.seeall) |