aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.find.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-05-01 14:01:55 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-05-01 14:01:55 -0400
commita2c3a30f3392b39493aaa2a32bd455e490ea4283 (patch)
tree8d3abcaee2c9356c6341300b06def48bdd8a82d1 /core/.find.lua
parent41756d25bfb19475b0656ca778911f0782946e54 (diff)
Eliminated redundant LuaDoc.
Diffstat (limited to 'core/.find.lua')
-rw-r--r--core/.find.lua6
1 files changed, 6 insertions, 0 deletions
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