aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-02-10 22:35:41 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-02-10 22:35:41 -0500
commitc7a72194a3088a4c9701628338c3608dadddd40b (patch)
treec5e306df785524fb85ae9372184a466b0a15b111 /modules/lua/commands.lua
parent8d9902db02fb0218d2a6165b26348d19a5e95bc3 (diff)
downloadtextadept-c7a72194a3088a4c9701628338c3608dadddd40b.tar.gz
textadept-c7a72194a3088a4c9701628338c3608dadddd40b.zip
Updated documentation.
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r--modules/lua/commands.lua1
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