Add autowriteall indicator to status bar 💾

This commit is contained in:
Talia 2020-07-06 16:22:28 +02:00
parent b989ac1cda
commit 6ca3abff65
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ end
set listchars=eol,tab:\│\ ,trail,nbsp:…,space
set modeline " Allows setting vim options in other files
set statusline=\ (%n)\ %f\ %a\ [%M%R]\ [%Y]\ %{strlen(@\")}%=0x%B\ [%l/%L,\ %c%V]\ %4.P
set statusline=\ (%n)\ %f\ %a\ [%M%R]\ [%Y]\ %{strlen(@\")}\ %{&autowriteall?'💾\ ':''}\%=0x%B\ [%l/%L,\ %c%V]\ %4.P
set laststatus=2
set cmdheight=1
set timeoutlen=1200