diff options
| -rw-r--r-- | init.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ modal the status line colorizer for vis - soon-to-be configurable :) ]] @@ -55,7 +54,7 @@ M.STYLES = STYLES vis.events.subscribe(vis.events.WIN_STATUS, function(win) local modified = '' if win.file.modified then modified = ' *' end - local filename = ' [NO NAME] '..modified + local filename = ' [NO NAME]'..modified..' ' if win.file.name then filename = ' '..win.file.name..modified..' ' end local vmode = MODES[vis.mode] local recording = '' |
