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:
André Twupack
2014-09-22 21:38:48 +02:00
parent 1c84a0e090
commit 1a7c83d77d
2 changed files with 27 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ static int included_patches[] = {
//414,
//413 NA
//412 NA
//411,
411,
410,
//409 NA
//408,