vim-patch:7.4.358

Problem:    Sort is not always stable.
Solution:   Add an index instead of relying on the pointer to remain the same.
            Idea by Jun Takimoto.

https://code.google.com/p/vim/source/detail?r=v7-4-358
This commit is contained in:
André Twupack
2014-09-09 20:53:24 +02:00
parent 75413496ae
commit eeef120c86
2 changed files with 31 additions and 17 deletions

View File

@@ -237,7 +237,7 @@ static int included_patches[] = {
//361,
//360,
//359,
//358,
358,
357,
//356 NA
//355,