From 7af3a62b748ab62596b6815ac97c9cf527513a6c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 10 Jun 2010 22:54:51 -0400 Subject: Moved textadept.io into Lua's io table. Renamed textadept.io.open to textadept.io.open_file to prevent conflicts. --- modules/cpp/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cpp') diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 263b6819..65f67ff4 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -26,7 +26,7 @@ local keys = _G.keys if type(keys) == 'table' then keys.cpp = { al = { - m = { textadept.io.open, + m = { io.open_file, textadept.iconv(_HOME..'/modules/cpp/init.lua', 'UTF-8', _CHARSET) }, }, -- cgit v1.2.3