summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-14 14:49:45 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-14 14:49:45 +0100
commitb38e9ab4af90e54d80b3198b2a2ace503b966a28 (patch)
tree6ab08cd5eb0f9ebe6d187b22c743ad1a4ecb745c /src/version.c
parent08fc756582a54958e32a6fda9e978e469d1ef7bc (diff)
updated for version 7.3.374v7.3.374
Problem: ++encoding does not work properly. Solution: Recognize ++encoding before ++enc. (Charles Cooper)
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 af276df8fe..0b8b1c04b2 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 */
/**/
+ 374,
+/**/
373,
/**/
372,