diff options
Diffstat (limited to 'core/.buffer.lua')
-rw-r--r-- | core/.buffer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.lua b/core/.buffer.lua index 2c2e88d2..085c5eaa 100644 --- a/core/.buffer.lua +++ b/core/.buffer.lua @@ -532,7 +532,7 @@ function buffer:get_line(line) --- Returns the position of the end of the selection at the given line or -1. function buffer:get_line_sel_end_position(line) --- Returns the position of the start of the selection at the given line or -1. -function buffer:get_line_sel_start_position() +function buffer:get_line_sel_start_position(line) --- Returns the value of a property. function buffer:get_property(property) --- Returns the value of a property with "$()" variable replacement. |