diff options
author | 2011-02-10 22:35:41 -0500 | |
---|---|---|
committer | 2011-02-10 22:35:41 -0500 | |
commit | c7a72194a3088a4c9701628338c3608dadddd40b (patch) | |
tree | c5e306df785524fb85ae9372184a466b0a15b111 /modules/lua/commands.lua | |
parent | 8d9902db02fb0218d2a6165b26348d19a5e95bc3 (diff) | |
download | textadept-c7a72194a3088a4c9701628338c3608dadddd40b.tar.gz textadept-c7a72194a3088a4c9701628338c3608dadddd40b.zip |
Updated documentation.
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r-- | modules/lua/commands.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua index b2423a51..da7bd6aa 100644 --- a/modules/lua/commands.lua +++ b/modules/lua/commands.lua @@ -69,7 +69,6 @@ end -- Determines the Lua file being 'require'd, searches through package.path for -- that file, and opens it in Textadept. function goto_required() - local buffer = buffer local line = buffer:get_cur_line() local patterns = { 'require%s*(%b())', 'require%s*(([\'"])[^%2]+%2)' } local file |