diff src/version.c @ 4084:2c12c4e2fae8 v7.3.796

updated for version 7.3.796 Problem: "/[^\n]" does match at a line break. Solution: Make it do the same as "/.". (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 18:21:51 +0100
parents 17a312ba38a0
children 0cbea05f19c7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    796,
+/**/
     795,
 /**/
     794,