From 1e53bf7386619722b7cfae0d541b45978f0152e4 Mon Sep 17 00:00:00 2001 From: shadmansaleh Date: Mon, 8 Aug 2022 06:00:02 +0000 Subject: [PATCH] chore: autogen (vimdocs+formating) --- doc/lualine.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lualine.txt b/doc/lualine.txt index ec038ee..8aedd05 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -614,6 +614,7 @@ Component specific options These are options that are available on { 'filename', file_status = true, -- Displays file status (readonly status, modified status) + newfile_status = false -- Display new file status (new file means no write after created) path = 0, -- 0: Just the filename -- 1: Relative path -- 2: Absolute path @@ -625,6 +626,7 @@ Component specific options These are options that are available on modified = '[+]', -- Text to show when the file is modified. readonly = '[-]', -- Text to show when the file is non-modifiable or readonly. unnamed = '[No Name]', -- Text to show for unnamed buffers. + newfile = '[New]', -- Text to show for new created file before first writting } } }