mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.499
Problem: substitute() can be slow with long strings. Solution: Store a pointer to the end, instead of calling strlen() every time. (Ozaki Kiichi) https://code.google.com/p/vim/source/detail?r=v7-4-499
This commit is contained in:
@@ -239,7 +239,7 @@ static int included_patches[] = {
|
||||
//502,
|
||||
//501 NA
|
||||
//500,
|
||||
//499,
|
||||
499,
|
||||
//498 NA
|
||||
//497,
|
||||
//496 NA
|
||||
|
Reference in New Issue
Block a user