From 5897d00aa81181172153af58234ada6396c6e01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 15 Apr 2016 22:14:27 +0200 Subject: vis-lua: change cursor object implementation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dbde617..e4391d3 100644 --- a/README.md +++ b/README.md @@ -598,8 +598,8 @@ At this time there exists no API stability guarantees. - `window` - `file` - `syntax` lexer name used for syntax highlighting or `nil` - - `cursor` - - `line` (1 based), `col` (0 based) + - `cursor` primary cursor + - `line` (1 based), `col` (1 based) - `to(line, col)` - `pos` bytes from start of file (0 based) -- cgit v1.2.3