diff src/version.c @ 2606:94694351f592 v7.3.029

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.
author Bram Moolenaar <bram@vim.org>
date Fri, 15 Oct 2010 20:20:05 +0200
parents a0b03b7e9168
children 2f57d93bdbf6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    29,
+/**/
     28,
 /**/
     27,