mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
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:
@@ -237,7 +237,7 @@ static int included_patches[] = {
|
||||
//361,
|
||||
//360,
|
||||
//359,
|
||||
//358,
|
||||
358,
|
||||
357,
|
||||
//356 NA
|
||||
//355,
|
||||
|
Reference in New Issue
Block a user