diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-15 22:14:27 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-15 22:18:35 +0200 |
| commit | 5897d00aa81181172153af58234ada6396c6e01e (patch) | |
| tree | acc4de9d4fa4101f57073ffe12096aea00713abb /README.md | |
| parent | b9007ca88b5a57a1660c85c895a117ef15c04fb4 (diff) | |
| download | vis-5897d00aa81181172153af58234ada6396c6e01e.tar.gz vis-5897d00aa81181172153af58234ada6396c6e01e.tar.xz | |
vis-lua: change cursor object implementation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
