diff options
author | 2010-06-11 19:04:10 -0400 | |
---|---|---|
committer | 2010-06-11 19:04:10 -0400 | |
commit | 9cc9f312c3c156aaf2f97713bb3a760bd224c52d (patch) | |
tree | 60b68b62589d9e05730a75d76b3d2b68826488a1 /modules/textadept | |
parent | af7f1ad5ad2bfd7e2935332d385ca05318419dc5 (diff) | |
download | textadept-9cc9f312c3c156aaf2f97713bb3a760bd224c52d.tar.gz textadept-9cc9f312c3c156aaf2f97713bb3a760bd224c52d.zip |
Renamed modules/textadept/key_commands.lua to modules/textadept/keys.lua.
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/init.lua | 2 | ||||
-rw-r--r-- | modules/textadept/keys.lua (renamed from modules/textadept/key_commands.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index d2c038f3..01acde58 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.lua @@ -16,4 +16,4 @@ require 'textadept.snippets' -- These need to be loaded last. require 'textadept.menu' -require 'textadept.key_commands' +require 'textadept.keys' diff --git a/modules/textadept/key_commands.lua b/modules/textadept/keys.lua index cdfda538..cdfda538 100644 --- a/modules/textadept/key_commands.lua +++ b/modules/textadept/keys.lua |