diff src/version.c @ 6858:e73d5ac8b16b v7.4.749

patch 7.4.749 Problem: For some options two consecutive commas are OK. (Nikolay Pavlov) Solution: Add the P_ONECOMMA flag.
author Bram Moolenaar <bram@vim.org>
date Sat, 20 Jun 2015 15:30:03 +0200
parents 566e193323ce
children 809e3aa59c6f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    749,
+/**/
     748,
 /**/
     747,