commit | 883ba68cda05cac668a493ce5115332e1b5fdc29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 11 21:22:57 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 11 21:22:57 2018 +0100 |
tree | e5199afe37238663d11e20ea35b9e041c3e29ed2 | |
parent | 218959bc91f3a2e1cbd2fb2290fd5cba708b1c33 [diff] [blame] |
patch 8.1.0521: cannot build with +eval but without +quickfix Problem: Cannot build with +eval but without +quickfix. Solution: Remove #ifdef for e_stringreq. (John Marriott)
diff --git a/src/version.c b/src/version.c index e3491a0..8aeda67 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 521, +/**/ 520, /**/ 519,