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:
Florian Walch
2014-12-23 14:35:59 +01:00
parent 4f6bb8a9a9
commit 2ba50a7846
2 changed files with 4 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ static int included_patches[] = {
//502,
//501 NA
//500,
//499,
499,
//498 NA
//497,
//496 NA