diff src/version.c @ 2686:7b44c70ee8ab v7.3.104

updated for version 7.3.104 Problem: Conceal: using Tab for cchar causes problems. (ZyX) Solution: Do not accept a control character for cchar.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 Jan 2011 00:58:20 +0100
parents 862d920800b1
children ef7fdb3c6927
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 */
 /**/
+    104,
+/**/
     103,
 /**/
     102,