vim-patch:7.4.390

Problem:    Advancing pointer over end of a string.
Solution:   Init quote character to -1 instead of zero. (Dominique Pelle)

https://code.google.com/p/vim/source/detail?r=v7-4-390
This commit is contained in:
Scott Prager 2014-10-09 20:53:11 -04:00
parent 0eb4c02778
commit 9c244c7303

View File

@ -347,7 +347,7 @@ static int included_patches[] = {
//393 NA //393 NA
392, 392,
391, 391,
//390, 390,
//389, //389,
388, 388,
387, 387,