diff src/version.c @ 2694:fcea35e2a41f v7.3.112

updated for version 7.3.112 Problem: Setting 'statusline' to "%!'asdf%' reads uninitialized memory. Solution: Check for NUL after %.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Feb 2011 21:55:01 +0100
parents 0606065af0a0
children b0605f2f9786
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 */
 /**/
+    112,
+/**/
     111,
 /**/
     110,