Make small improvement to autosave.vim

This commit is contained in:
Talia 2020-08-19 16:10:12 +02:00
parent fa159d7168
commit c6400342c9
1 changed files with 1 additions and 1 deletions

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")