commit | 42356150badca33b4e42dc8172abbceff2e86cbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 31 22:27:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 31 22:27:40 2016 +0200 |
tree | ca62b0037477bd26896097f147a1b49823f93572 | |
parent | 758535a1df4c5e86b45dddf12db2a54dea28ca40 [diff] [blame] |
patch 7.4.1690 Problem: Can't compile with the conceal feature but without multi-byte. Solution: Adjust #ifdef. (Owen Leibman)
diff --git a/src/version.c b/src/version.c index 8d32e2a..3fa82ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1690, +/**/ 1689, /**/ 1688,