diff options
author | 2013-08-26 22:36:10 -0400 | |
---|---|---|
committer | 2013-08-26 22:36:10 -0400 | |
commit | 92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26 (patch) | |
tree | 53d4645ebc30698f4a782bc76232b0b54fe82507 /core/keys.lua | |
parent | acda712a50dbebafa295ccd07ce8186d9b82aa10 (diff) | |
download | textadept-92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26.tar.gz textadept-92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26.zip |
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua index 59c92f51..338c54e9 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -60,7 +60,7 @@ local M = {} -- -- keys['cn'] = buffer.new -- keys['cs'] = buffer.save --- keys['a('] = {_M.textadept.editing.enclose, '(', ')'} +-- keys['a('] = {textadept.editing.enclose, '(', ')'} -- keys['cu'] = function() io.snapopen(_USERHOME) end -- -- Textadept handles [`buffer`][] references properly in static contexts. |