summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2015-08-13 22:53:29 +0200
committerBram Moolenaar <bram@vim.org>2015-08-13 22:53:29 +0200
commit65f87218bfc67c2c1649fe96fed98895c041b0e2 (patch)
tree6d6c85703f013c7f9dfe16a40ed232033a9d44f1 /src/version.c
parent5365ebbcc6d4d3437d4c3646e6a493e30be55579 (diff)
downloadvim-65f87218bfc67c2c1649fe96fed98895c041b0e2.tar.gz
patch 7.4.825v7.4.825v7-4-825
Problem: Invalid memory access for ":syn keyword x a[". Solution: Do not skip over the NUL. (Dominique Pelle)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index da75ff16..fd9bf187 100644
--- 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 */
/**/
+ 825,
+/**/
824,
/**/
823,