mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
vim-patch:7.4.411
Problem: "foo bar" sorts before "foo" with sort(). (John Little) Solution: Avoid putting quotes around strings before comparing them. https://code.google.com/p/vim/source/detail?r=v7-4-411
This commit is contained in:
@@ -217,7 +217,7 @@ static int included_patches[] = {
|
||||
//414,
|
||||
//413 NA
|
||||
//412 NA
|
||||
//411,
|
||||
411,
|
||||
410,
|
||||
//409 NA
|
||||
//408,
|
||||
|
Reference in New Issue
Block a user