summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-20 16:09:43 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-20 16:09:43 +0100
commit4d36987c254b820ebfaf98957c0ae5182db0508e (patch)
treefd782ba208cffa25589f4614a0252445517096f9 /src/version.c
parent2142e5d85112f37e68374c81612d6277c6aaaf0b (diff)
downloadvim-git-4d36987c254b820ebfaf98957c0ae5182db0508e.tar.gz
updated for version 7.3.825v7.3.825
Problem: With Python errors are not always clear. Solution: Print the stack trace, unless :silent is used. (ZyX)
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 fff1f7a6a..c6b6c2787 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 */
/**/
+ 825,
+/**/
824,
/**/
823,