diff src/version.c @ 3986:56bb88c68f98 v7.3.748

updated for version 7.3.748 Problem: Cannot properly test conceal mode. Solution: Add the screencol() and screenrow() functions. Use them in test88. (Simon Ruderich)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Dec 2012 16:10:42 +0100
parents cd59ba19985a
children 3e22fe67fa69
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 */
 /**/
+    748,
+/**/
     747,
 /**/
     746,