summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-12-12 16:43:58 +0100
committerBram Moolenaar <Bram@vim.org>2012-12-12 16:43:58 +0100
commitcfde76c74dd0fb1723101fd6a0fba22d3c72a1ee (patch)
tree9d52b6d9745a1c536de4d1fc85ef08f9ab3aec24 /src
parent27356ad4f47eb87eb9889d4bd06eaecc7944763f (diff)
updated for version 7.3.758v7.3.758
Problem: Matchit plugin does not handle space in #ifdef. Solution: Change matching pattern to allow spaces. (Mike Morearty)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 562bb043f5..5a0f8159bc 100644
--- 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 */
/**/
+ 758,
+/**/
757,
/**/
756,