luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

autosave troubles #144

Closed nwmahoney closed 4 years ago

nwmahoney commented 4 years ago

Even though the README says that autosave is disabled by default, it seems to be enabled. Furthermore, I can't figure out how to disable it. I've tried putting let g:autosave = 0 in ~/.vimrc.local.before, ~/.vimrc.local, and ~/.vimrc.local.plugins, but it still has some sort of autosave enabled.

Steps to reproduce:

Current output: bar

Expected output: cat: foo: No such file or directory

nwmahoney commented 4 years ago

I just tried using :q! to quit, and that actually seems to avoid saving... I'm going to close this, but having :q save seems a little surprising to me. I'll think about that and maybe open another issue.