From 398f44415c89f478298861c3ff655bdbda716af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 21 Apr 2016 22:43:38 +0200 Subject: vis-lua: allow selection modification by assigning to cursor.selection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 253f5c9..23c7433 100644 --- a/README.md +++ b/README.md @@ -617,7 +617,7 @@ At this time there exists no API stability guarantees. - `to(line, col)` - `pos` bytes from start of file (0 based) - `number` one based index of cursor - - `selection` a `range` + - `selection` read/write access to selection represented as a `range` - `range` denoted by absolute postions in bytes from the start of the file, an invalid range is represented as `nil` - `start` -- cgit v1.2.3