commit | 20ad69ccfb60ef718bd26387ef0e5424461a643e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 13:52:52 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 13:52:52 2015 +0100 |
tree | bcb4f909cca8591ae40080c24a2c048e46957352 | |
parent | 5311c02f25eed8f34e8a80becb98e86264f371c3 [diff] [blame] |
patch 7.4.948 Problem: Can't build when the insert_expand feature is disabled. Solution: Add #ifdefs. (Dan Pasanen, closes #499)
diff --git a/src/version.c b/src/version.c index a8526bf..306f01c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 948, +/**/ 947, /**/ 946,