mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 12:03:48 -05:00
While `:runtime plugin/sensible.vim` does allow for effectively superseding any option set by sensible.vim, it has never sat right with me that this was necessary. This change attempt to use the output of `:verbose set` to determine if an option should be overridden or not. Excluded from this change is options we alter, rather than override, since a user could conceivably have their own alterations that do not conflict with sensible.vim. If any of these alterations were to receive pushback, I would reconsider this decision. References: https://github.com/tpope/vim-sensible/issues/129 References: https://github.com/tpope/vim-sensible/issues/88