Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defaults.vim overwrites /etc/vimrc #1033

Closed
eworm-de opened this issue Sep 2, 2016 · 1 comment
Closed

defaults.vim overwrites /etc/vimrc #1033

eworm-de opened this issue Sep 2, 2016 · 1 comment

Comments

@eworm-de
Copy link

eworm-de commented Sep 2, 2016

Since version 7.4.2111 we load a less conservative defaults.vim file if ~/.vimrc is not found. These options can not be overwritten from global /etc/vimrc.
For example the new defaults enable mouse integration. To disable mouse integration I have to create ~/.vimrc for every user. I can not disable mouse integration from /etc/vimrc.

IMHO /etc/vimrc should have precedence to the default settings.

@eworm-de
Copy link
Author

eworm-de commented Sep 5, 2016

Looks like b07a82b is supposed to address this. If anybody is interested... Adding

let skip_defaults_vim=1

to /etc/vimrc disables loading of defaults from defaults.vim if ~/.vimrc is missing.

@chrisbra chrisbra closed this as completed Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants