mirror of
https://github.com/neovim/neovim.git
synced 2025-12-03 07:23:05 +00:00
Problem: getwininfo() and getbufinfo() are inefficient.
Solution: Do not make a copy of all window/buffer-local options. Make it
possible to get them with gettabwinvar() or getbufvar().
3056735ae8