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 &autowriteall
|
||||||
if &mod
|
if &mod
|
||||||
silent write
|
silent write
|
||||||
end
|
|
||||||
redraw
|
redraw
|
||||||
end
|
end
|
||||||
|
end
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if exists("$AUTOSAVE")
|
if exists("$AUTOSAVE")
|
||||||
|
|
Loading…
Reference in a new issue