diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index 48000ce..177e8a5 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -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