diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-10 22:23:36 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-10 22:28:36 +0100 |
| commit | 835cef65fdc886bcda74a1b66649a78aa8f00d3c (patch) | |
| tree | 0c193d9b3f5c1908c01e80128db72143eaa63b73 /vis.lua | |
| parent | d0bf693ea5c1343495d627844c9e52f63cf0cca9 (diff) | |
| download | vis-835cef65fdc886bcda74a1b66649a78aa8f00d3c.tar.gz vis-835cef65fdc886bcda74a1b66649a78aa8f00d3c.tar.xz | |
vis-lua: change misnamed attribute values of `file.newlines`
Also rename underlying C code.
Diffstat (limited to 'vis.lua')
| -rw-r--r-- | vis.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ vis.events.win_status = function(win) table.insert(left_parts, (file.name or '[No Name]') .. (file.modified and ' [+]' or '') .. (vis.recording and ' @' or '')) - if file.newlines ~= "nl" then + if file.newlines ~= "lf" then table.insert(right_parts, "␊") end |
