1
0
forked from aniani/vim

updated for version 7.4.341

Problem:    sort() doesn't handle numbers well.
Solution:   Add an argument to specify sorting on numbers. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-06-25 17:31:09 +02:00
parent 72e8f0bcc1
commit e8a3492548
4 changed files with 39 additions and 3 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
341,
/**/
340,
/**/