diff src/version.c @ 6041:761687c6808f v7.4.360

updated for version 7.4.360 Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the end-of-line. Solution: Handle the situation. (Ozaki Kiichi)
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Jul 2014 19:32:34 +0200
parents 182c7b987283
children a97e5b9dbc26
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    360,
+/**/
     359,
 /**/
     358,