diff options
author | 2010-11-10 22:31:44 -0500 | |
---|---|---|
committer | 2010-11-10 22:31:44 -0500 | |
commit | c4968611d5d0db3fa2b73bd1c8451a971388c5c5 (patch) | |
tree | 4727f5e1f8bdc60dd554d500b3658cc08ece8ea6 /modules/lua/commands.lua | |
parent | 13d1c0b4fd435bea1c2a137ec32075827fda5019 (diff) | |
download | textadept-c4968611d5d0db3fa2b73bd1c8451a971388c5c5.tar.gz textadept-c4968611d5d0db3fa2b73bd1c8451a971388c5c5.zip |
Updated LuaDoc; modules/lua/commands.lua
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r-- | modules/lua/commands.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua index be33337b..26fb08a1 100644 --- a/modules/lua/commands.lua +++ b/modules/lua/commands.lua @@ -9,8 +9,7 @@ module('_m.lua.commands', package.seeall) -- -- + `Alt+l, m`: Open this module for editing. -- + `Alt+l, g`: Goto file being 'require'd on the current line. --- + `Shift+Return`: Try to autocomplete an `if`, `for`, etc. statement with --- `end`. +-- + `Return`: Try to autocomplete an `if`, `for`, etc. statement with `end`. -- + `.`: When to the right of a known identifier, show an autocompletion list -- of fields. -- + `:`: When to the right of a known identifier, show an autocompletion list |