From 7ba72017ff94dbb1de41cc7b91cd9cae3ab1e0bb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 26 May 2017 18:46:48 -0400 Subject: Fixed bug that deleted characters outside of mangled snippets. --- core/.buffer.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 29b339d9..dfaa4edf 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1928,7 +1928,7 @@ function indicator_clear_range(buffer, pos, length) end --- -- Returns the next boundary position, starting from position *pos*, of -- indicator number *indicator*, in the range of `0` to `31`. --- Returns `buffer.length` if *indicator* was not found. +-- Returns `0` if *indicator* was not found. -- @param buffer A buffer. -- @param indicator An indicator number in the range of `0` to `31`. -- @param pos The position in *buffer* of the indicator. -- cgit v1.2.3