commit | 95a513511835b017479a513664eeed6d8899fa0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 22:53:50 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 22:53:50 2013 +0100 |
tree | 7bab18cbb90481559d37dd1b47027f1b191ce6a7 | |
parent | d0e2d94589d11cad514d1d66ade76d497e9d7567 [diff] [blame] |
updated for version 7.3.875 Problem: Build problem with some combination of features. Solution: Use FEAT_XCLIPBOARD instead of FEAT_CLIPBOARD.
diff --git a/src/version.c b/src/version.c index d7e0755..f0d5e00 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 875, +/**/ 874, /**/ 873,