mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
vim-patch:7.4.2036
Problem: Looking up a buffer by number is slow if there are many.
Solution: Use a hashtab.
480778b805
This commit is contained in:
@@ -404,7 +404,7 @@ static int included_patches[] = {
|
||||
// 2039 NA
|
||||
// 2038 NA
|
||||
// 2037 NA
|
||||
// 2036,
|
||||
2036,
|
||||
// 2035 NA
|
||||
// 2034 NA
|
||||
2033,
|
||||
|
Reference in New Issue
Block a user