diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index ac4dd8a5..3c6264c4 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -627,9 +627,6 @@ -- Match text only when the previous character is a non-word character. -- * `buffer.FIND_REGEXP` -- Interpret the search string as a regular expression. --- * `buffer.FIND_POSIX` --- Interpret '(' and ')' as tags instead of "\\(" and "\\)" in a regular --- expression. -- -- The default value is `0`. -- @@ -653,9 +650,9 @@ -- Matches the start of a line unless inside a set. -- * `$` -- Matches the end of a line unless inside a set. --- * `\(` +-- * `(` -- The beginning of a tagged matching region. --- * `\)` +-- * `)` -- The end of a tagged matching region. -- * `\n` -- The matched text of the *n*th tagged region. In replacement text, "\0" is |