diff --git a/plugin/AutoSave.vim b/plugin/AutoSave.vim index f8ea08c..175c753 100644 --- a/plugin/AutoSave.vim +++ b/plugin/AutoSave.vim @@ -89,7 +89,7 @@ endfunction function! DoSave() if g:auto_save_write_all_buffers >= 1 - silent! wa + noautocmd silent! wa else silent! w endif