aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-10 22:23:36 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-10 22:28:36 +0100
commit835cef65fdc886bcda74a1b66649a78aa8f00d3c (patch)
tree0c193d9b3f5c1908c01e80128db72143eaa63b73 /README.md
parentd0bf693ea5c1343495d627844c9e52f63cf0cca9 (diff)
downloadvis-835cef65fdc886bcda74a1b66649a78aa8f00d3c.tar.gz
vis-835cef65fdc886bcda74a1b66649a78aa8f00d3c.tar.xz
vis-lua: change misnamed attribute values of `file.newlines`
Also rename underlying C code.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1eb5f66..1c7a694 100644
--- a/README.md
+++ b/README.md
@@ -612,7 +612,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"`
+ - `newlines` type of newlines either `"lf"` or `"crlf"`
- `size` current file size in bytes
- `modified` whether the file contains unsaved changes
- `window`