diff src/version.c @ 4096:cd5145d2408b v7.3.802

updated for version 7.3.802 Problem: After setting 'isk' to a value ending in a comma appending to the option fails. Solution: Disallow a trailing comma for 'isk' and similar options.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Feb 2013 16:26:26 +0100
parents 48b54c590dc8
children 77fa4dee43fc
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 */
 /**/
+    802,
+/**/
     801,
 /**/
     800,