Make small improvement to autosave.vim
This commit is contained in:
parent
fa159d7168
commit
c6400342c9
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ function! TryAutosave()
|
|||
if &autowriteall
|
||||
if &mod
|
||||
silent write
|
||||
end
|
||||
redraw
|
||||
end
|
||||
end
|
||||
endfunction
|
||||
|
||||
if exists("$AUTOSAVE")
|
||||
|
|
Loading…
Reference in a new issue