summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-28 14:04:47 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-28 14:04:47 +0100
commit57d7971b5f1621071176eea81cdb0d1fc50c925d (patch)
tree62bacd1dbe901df3d3d34981e181fed39b4bf0b2 /src/version.c
parent4a8c2cfc56b9affc36934aa0f20d8cfd2b1511c8 (diff)
downloadvim-git-57d7971b5f1621071176eea81cdb0d1fc50c925d.tar.gz
patch 7.4.980v7.4.980
Problem: Tests for :cdo, :ldo, etc. are outdated. Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
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 f949e6427..262876e2b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 980,
+/**/
979,
/**/
978,