summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-30 13:09:21 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-30 13:09:21 +0100
commitdeaf7b739791095e2c98a7087dfe9b3c8dfd56f2 (patch)
tree2c33adf47be7066fc996a602f15c8a6e96678936 /src/version.c
parentff0a4809e3a742cffb5bf441012c99d625363b24 (diff)
updated for version 7.3.387v7.3.387
Problem: Test 83 may fail for some encodings. Solution: Set 'encoding' to utf-8 earlier.
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 3d2d47ab7b..50532c201d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 387,
+/**/
386,
/**/
385,