mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.2273
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
This commit is contained in:
@@ -167,7 +167,7 @@ static int included_patches[] = {
|
||||
// 2276,
|
||||
// 2275,
|
||||
2274,
|
||||
// 2273,
|
||||
2273,
|
||||
2272,
|
||||
// 2271 NA
|
||||
// 2270 NA
|
||||
|
Reference in New Issue
Block a user