From 835cef65fdc886bcda74a1b66649a78aa8f00d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 10 Nov 2016 22:23:36 +0100 Subject: vis-lua: change misnamed attribute values of `file.newlines` Also rename underlying C code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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` -- cgit v1.2.3