]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-118 v7.0.118
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Oct 2006 15:21:42 +0000 (15:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Oct 2006 15:21:42 +0000 (15:21 +0000)
src/message.c
src/version.c

index eebb6db2ec759d4cf89f9c3410ecde206134f94e..0b0ffa3809e3db1a4fca8248b378c55d0f4e3a64 100644 (file)
@@ -4124,8 +4124,6 @@ vim_snprintf(str, str_m, fmt, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)
            case 'c':
            case 's':
                length_modifier = '\0';
-               zero_padding = 0;    /* turn zero padding off for string
-                                       conversions */
                str_arg_l = 1;
                switch (fmt_spec)
                {
index 2006cc1977c29cfc4f41b687acaa4088fa194a47..3331694abc22e5f976ffce3b44a8dea248027665 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    118,
 /**/
     117,
 /**/