mirror of
https://github.com/neovim/neovim.git
synced 2026-08-24 16:11:52 +00:00
vim-patch:8.0.1836: buffer-local window options may not be recent
Problem: Buffer-local window options may not be recent if the buffer is
still open in another window.
Solution: Copy the options from the window instead of the outdated window
options. (Bjorn Linse, closes vim/vim#2336)
25782a7ff4