I have vim setup to run Autoformat when I write to files but periodically forget to add an extension to my blacklist before making edits to it. Now I can't save the edits since the autoformating messes up the indentation. Is there a way of saving without running the BufWrite scripts?
The line in my vimrc is:
au BufWrite * if index(blacklist, &ft) < 0 | :Autoformat