From 20ae835da5a2fc1f0c2106f85758825d0cfd97e3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 8 Feb 2009 13:37:51 -0500 Subject: Removed buffer:find() function. --- core/ext/find.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/ext') diff --git a/core/ext/find.lua b/core/ext/find.lua index 2608e862..5aea4a35 100644 --- a/core/ext/find.lua +++ b/core/ext/find.lua @@ -17,8 +17,9 @@ local escapes = { --- -- Finds and selects text in the current buffer. --- This is used by the find dialog. It is recommended to use the buffer:find() --- function for scripting. +-- This is used by the find dialog. It is recommended to use the +-- buffer:search_in_target() or buffer:search_next() and buffer:search_prev() +-- functions for scripting. -- @param text The text to find. -- @param next Flag indicating whether or not the search direction is forward. -- @param flags Search flags. This is a number mask of 4 flags: match case (2), -- cgit v1.2.3