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/.find.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/.find.lua') diff --git a/core/.find.lua b/core/.find.lua index 3f415928..0b2b3512 100644 --- a/core/.find.lua +++ b/core/.find.lua @@ -107,3 +107,9 @@ function find.call_replace() end --- -- Mimicks a press of the 'Replace All' button in the Find box. function find.call_replace_all() end + +--- +-- Goes to the next or previous file found relative to the file +-- on the current line. +-- @param next Flag indicating whether or not to go to the next file. +function find.goto_file_in_list(next) end -- cgit v1.2.3