aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp/commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cpp/commands.lua')
-rw-r--r--modules/cpp/commands.lua2
1 files changed, 1 insertions, 1 deletions
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) },
},