diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-04-03 17:59:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-04-03 17:59:43 +0200 |
commit | f6303878274b9aedfb9ac5b80d95002965093e5b (patch) | |
tree | 12b3b1bb22c5e4757ec560500a0637be1141d691 /src/version.c | |
parent | da6365774d658b66f8d337f6342f4077594dd494 (diff) | |
download | vim-git-f6303878274b9aedfb9ac5b80d95002965093e5b.tar.gz |
patch 7.4.691 for Problem: Can't build with MzScheme.v7.4.691
Solution: Change "cwd" into the global variable "start_dir".
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a847921c0..1ae5f37e9 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 691, +/**/ 690, /**/ 689, |