commit | 5d5fbe7a2b4cc948c54afeae5375b247bf34ba9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 30 18:10:18 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 30 18:10:18 2014 +0200 |
tree | 3ec15ad81240a3f7639686ac209ae1bac1abc806 | |
parent | 84d8cdd76900a8834260bc69d0be202923614ae0 [diff] [blame] |
updated for version 7.4.430 Problem: test_listlbr fails when compiled with normal features. Solution: Check for the +conceal feature.
diff --git a/src/version.c b/src/version.c index 8f35499..b81d547 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 430, +/**/ 429, /**/ 428,