commit | f416086f264c1d998863b2e600f4c14f799d0d99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 23:09:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 23:09:12 2016 +0100 |
tree | 12b1dcfe3f31e6c5e03af8bf1ab2431a586ecae9 | |
parent | 6076fe1986255d32b7a078a28bf9e7bea19d6f30 [diff] [blame] |
patch 7.4.1265 Problem: Not all channel commands are tested. Solution: Add a test for "normal", "expr" and "redraw".
diff --git a/src/version.c b/src/version.c index 9939665..42cbad4 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1265, +/**/ 1264, /**/ 1263,