aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-15 21:03:06 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-15 21:08:50 +0200
commitd33040e87f89e7e8eb9a7442003bda6429f9c1a9 (patch)
tree019451536bc75649e043423cb793d1f19cef07c5 /README.md
parent472c559a273d3c7b0f5ee92260c5544bc3d74576 (diff)
downloadvis-d33040e87f89e7e8eb9a7442003bda6429f9c1a9.tar.gz
vis-d33040e87f89e7e8eb9a7442003bda6429f9c1a9.tar.xz
vis-lua: add file.newlines to detect type of new lines
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e6065c..7878c8a 100644
--- a/README.md
+++ b/README.md
@@ -593,6 +593,7 @@ At this time there exists no API stability guarantees.
- `lines_iterator()`
- `name`
- `lines[0..#lines+1]` array giving read/write access to lines
+ - `newlines` type of newlines either `"nl"` or `"crnl"`
- `window`
- `file`
- `syntax` lexer name used for syntax highlighting or `nil`