justinmk / vim-dirvish

Directory viewer for Vim :zap:
Other
1.18k stars 64 forks source link

Don't signal E37 when 'autowriteall' is set #132

Closed cruegge closed 5 years ago

cruegge commented 5 years ago

This is a trivial fix to avoid complaining and aborting on unsaved changes when autowriteall is set, since the changes will be saved automatically.