diff src/version.c @ 3190:54ef99c39139 v7.3.365

updated for version 7.3.365 Problem: Crash when using a large Unicode character in a file that has syntax highlighting. (ngollan) Solution: Check for going past the end of the utf tables. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 15:09:52 +0100
parents b0bbaf1020f0
children 436b42f3cba1
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 */
 /**/
+    365,
+/**/
     364,
 /**/
     363,