summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-15 13:06:21 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-15 13:06:21 +0200
commit332ac0621c568a6ac88dc91e57b60c68b1c83b9d (patch)
tree0f6972f51ed751ea04bbb4c5830824ce554f1cc2 /src/version.c
parent84b0493c34b59313498d1c1710bd6462f1769846 (diff)
downloadvim-git-332ac0621c568a6ac88dc91e57b60c68b1c83b9d.tar.gz
updated for version 7.3.895v7.3.895
Problem: Valgrind error in test 91. (Issue 128) Solution: Pass scope name to find_var_in_ht().
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 2c0a75920..f7ee73986 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 895,
+/**/
894,
/**/
893,