diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index fa6e8224..5db45671 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1275,6 +1275,12 @@ function position_relative(buffer, pos, n) end function redo(buffer) end --- +-- Replaces the rectangular selection with string *text*. +-- @param buffer A buffer. +-- @param text The text to replace the rectangular selection with. +function replace_rectangular(buffer, text) end + +--- -- Replaces the selected text with string *text*, scrolling the caret into view. -- @param buffer A buffer. -- @param text The text to replace the selected text with. |