mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
Problem: Problems when setting bin/paste option
Solution: When setting binary/paste, remember that this also affects
depending options, so that :verbose set returns the right
location.
Mention if depending options for 'binary' or 'paste' have been reset
indirectly. Add a test to verify it works.
Also noticed as small bug, that the global option value for expandtab
was not reset when paste option is set, so fix that while at it.
closes: vim/vim#12837
closes: vim/vim#12879
757593c07a
Co-authored-by: Christian Brabandt <cb@256bit.org>