Macvim: Disable Auto-Update

Created on 6 Apr 2016  路  5Comments  路  Source: macvim-dev/macvim

I have installed MacVim via brew. When the autoupdate feature came out, I accidentally enabled it. Now I keep getting prompted to upgrade to a new MacVim version through a different channel than I usually do. How can I disable the auto-update feature?

Most helpful comment

defaults write org.vim.MacVim SUEnableAutomaticChecks -bool false

All 5 comments

I would also like to know how to avoid this feature. Updating via the auto-updater rather than through Homebrew broke my MacVim installation (I believe it was an issue with the YouCompleteMe plugin), I assume it had to do with the version of Python linked. I had to uninstall and reinstall r100 to get it to work again. Updating to r101 today through Homebrew, rather than the auto-updater, has worked just fine. Hopefully this is a fairly isolated incident.

defaults write org.vim.MacVim SUEnableAutomaticChecks -bool false

Probably this should go in the FAQ.

Thank you!

Was this page helpful?
0 / 5 - 0 ratings