summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-02-04 23:35:00 +0100
committerBram Moolenaar <Bram@vim.org>2012-02-04 23:35:00 +0100
commit76b9b3696c4381524e31d9e19efef1ba80271a44 (patch)
treeee0e0cc0cbf7f792ac04e5217cda4c3461646a64 /src/version.c
parentd87fbc2b1cd106c3fa0e47329326ea33c90a3287 (diff)
updated for version 7.3.426v7.3.426
Problem: With '$' in 'cpoptions' the $ is not displayed in the first column. Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and Hirohito Higashi)
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 a63b67cd18..a55888f536 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 */
/**/
+ 426,
+/**/
425,
/**/
424,