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/.buffer.lua | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'core/.buffer.lua') diff --git a/core/.buffer.lua b/core/.buffer.lua index 7d721ee1..2c2e88d2 100644 --- a/core/.buffer.lua +++ b/core/.buffer.lua @@ -364,16 +364,6 @@ buffer = { zoom = nil, } ---- --- Finds text in the current buffer. --- The indexed buffer must be the currently focused one. --- @param text The text to find. --- @param flags SCI_FIND flags used. --- @param start_pos The position to start the search. --- @param end_pos The position to end the search. --- @return start and end positions in the text or nothing. -function buffer:find(text, flags, start_pos, end_pos) - --- -- Gets a range of text from the current buffer. -- The indexed buffer must be the currently focused one. -- cgit v1.2.3