commit | bf2c0ee0b2e8465847cf67aff22dd4bda7be81d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 20:23:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 20:23:53 2016 +0200 |
tree | 651a3734577bbe719121598a05385ca94c11fcf9 | |
parent | 2016ae586b12513d973aabc30ed758b543114cbe [diff] [blame] |
patch 7.4.1930 Problem: Can't build without +spell but with +quickfix. (Charles) Solution: Add better #ifdef around ml_append_buf(). (closes #864)
diff --git a/src/version.c b/src/version.c index de67ab2..b58bc3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1930, +/**/ 1929, /**/ 1928,