commit | 04369229657f182d35b471eb8b38f273a4d9ef65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 17:21:29 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 17:21:29 2016 +0100 |
tree | d57bb1a8563b2d8f22e75661ce86071eee6ffec8 | |
parent | fcaaae6b3fdbf3421a1ff95a25ae16d82381c39a [diff] [blame] |
patch 7.4.1167 Problem: No tests for "is" and "isnot" with the new variables. Solution: Add tests.
diff --git a/src/version.c b/src/version.c index 936fe0a..5cca6e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1167, +/**/ 1166, /**/ 1165,