1
0
forked from aniani/vim

updated for version 7.3.029

Problem:    ":sort n" sorts lines without a number as number zero. (Beeyawned)
Solution:   Make lines without a number sort before lines with a number.  Also
            fix sorting negative numbers.
This commit is contained in:
Bram Moolenaar
2010-10-15 20:20:05 +02:00
parent b60574ba21
commit f75d498844
4 changed files with 22 additions and 8 deletions

View File

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