commit | 7ab6defcafe017a3ad58580a3e56dab705b1ed8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 22:51:13 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 22:51:13 2016 +0200 |
tree | cbb3ca004311c7e7ed9aced83886e3804eac9035 | |
parent | 7dc5e2e486fe0287601968e535902a41a39f65bb [diff] [blame] |
patch 7.4.2161 Problem: Expression test fails without conceal feature. Solution: Only check "conceal" with the conceal feature.
diff --git a/src/version.c b/src/version.c index 94e14bf..e68df1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2161, +/**/ 2160, /**/ 2159,