vim-patch:7.4.351

Problem:    sort() is not stable.
Solution:   When the items are identical, compare the pointers.

https://code.google.com/p/vim/source/detail?r=v7-4-351
This commit is contained in:
André Twupack
2014-09-05 23:34:51 +02:00
parent c68468500f
commit 75413496ae
4 changed files with 26 additions and 9 deletions

View File

@@ -244,7 +244,7 @@ static int included_patches[] = {
//354 NA
353,
352,
//351,
351,
//350,
349,
348,