commit | b5690794cf081773628fa0f1f2b948fd129d5b39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 22:10:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 22:10:41 2016 +0100 |
tree | d097d84cc0b110780a0ef2ff6986a6682709f495 | |
parent | ef2b5036b3005f1ce15d146dce72379a9834c56d [diff] [blame] |
patch 7.4.1090 Problem: No tests for :hardcopy and related options. Solution: Add test_hardcopy.
diff --git a/src/version.c b/src/version.c index db29e36..80a0693 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1090, +/**/ 1089, /**/ 1088,