aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-15 22:14:27 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-15 22:18:35 +0200
commit5897d00aa81181172153af58234ada6396c6e01e (patch)
treeacc4de9d4fa4101f57073ffe12096aea00713abb /README.md
parentb9007ca88b5a57a1660c85c895a117ef15c04fb4 (diff)
downloadvis-5897d00aa81181172153af58234ada6396c6e01e.tar.gz
vis-5897d00aa81181172153af58234ada6396c6e01e.tar.xz
vis-lua: change cursor object implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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)