mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:7.4.2019
Problem: When ignoring case utf_fold() may consume a lot of time.
Solution: Optimize for ASCII.
c4a927ca8d
This commit is contained in:
@@ -421,7 +421,7 @@ static int included_patches[] = {
|
||||
// 2022,
|
||||
// 2021,
|
||||
// 2020 NA
|
||||
// 2019,
|
||||
2019,
|
||||
// 2018,
|
||||
// 2017,
|
||||
// 2016 NA
|
||||
|
Reference in New Issue
Block a user