From a2c3a30f3392b39493aaa2a32bd455e490ea4283 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 1 May 2009 14:01:55 -0400 Subject: Eliminated redundant LuaDoc. --- core/ext/command_entry.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core/ext/command_entry.lua') diff --git a/core/ext/command_entry.lua b/core/ext/command_entry.lua index 890c99e9..d2a64243 100644 --- a/core/ext/command_entry.lua +++ b/core/ext/command_entry.lua @@ -4,11 +4,7 @@ local textadept = _G.textadept local locale = _G.locale local ce = textadept.command_entry ---- --- Gets completions for the current command_entry text. --- This function is called internally and shouldn't be called by script. --- @param command The command to complete. --- @return sorted table of completions +-- LuaDoc is in core/.command_entry.lua function ce.get_completions_for(command) local substring = command:match('[%w_.:]+$') or '' local path, o, prefix = substring:match('^([%w_.:]-)([.:]?)([%w_]*)$') -- cgit v1.2.3