commit | 49222bee65228c7b5994b33c1568394c3cbf4583 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 18:11:30 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 18:11:30 2015 +0100 |
tree | 9d7da46e1b29e2bbb0a02708d5e21f11f48a159f | |
parent | 941aea2b975623a0c8bc24b140881ef0032a8bb8 [diff] [blame] |
patch 7.4.966 Problem: Configure doesn't work with a space in a path. Solution: Put paths in quotes. (James McCoy, close #525)
diff --git a/src/version.c b/src/version.c index 049e766..c67e47c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 966, +/**/ 965, /**/ 964,