summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-12-05 17:03:22 +0100
committerBram Moolenaar <Bram@vim.org>2012-12-05 17:03:22 +0100
commit57e4ee4d383e8aaf765635cd2fe2a3edbd72d9bd (patch)
tree3312b73fdbd74b23fb9d52c7418b7345b663f638 /src
parenta54bf400174df9f4a35013da140e537fdb24153a (diff)
downloadvim-57e4ee4d383e8aaf765635cd2fe2a3edbd72d9bd.zip
updated for version 7.3.750
Problem: The justify macro does not always work correctly. Solution: Fix off-by-one error (James McCoy)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c551421f0..2987755fc 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 */
/**/
+ 750,
+/**/
749,
/**/
748,