commit | 57d7971b5f1621071176eea81cdb0d1fc50c925d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 14:04:47 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 14:04:47 2015 +0100 |
tree | 62bacd1dbe901df3d3d34981e181fed39b4bf0b2 | |
parent | 4a8c2cfc56b9affc36934aa0f20d8cfd2b1511c8 [diff] [blame] |
patch 7.4.980 Problem: Tests for :cdo, :ldo, etc. are outdated. Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index f949e64..262876e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 980, +/**/ 979, /**/ 978,