Make small improvement to autosave.vim

This commit is contained in:
Talia 2020-08-19 16:10:12 +02:00
parent fa159d7168
commit c6400342c9

View file

@ -4,9 +4,9 @@ function! TryAutosave()
if &autowriteall if &autowriteall
if &mod if &mod
silent write silent write
end
redraw redraw
end end
end
endfunction endfunction
if exists("$AUTOSAVE") if exists("$AUTOSAVE")