diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-09-19 20:49:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-09-19 20:49:04 +0200 |
commit | 9952c102dd66e14101b1abbe6510dde973f96945 (patch) | |
tree | 16d84efb57dfc06a5e62797e4160bff39fadc6c5 /src/version.c | |
parent | 745c6eb29be0ffec300b914d441769d9b80b872a (diff) | |
download | vim-9952c102dd66e14101b1abbe6510dde973f96945.zip |
updated for version 7.4.030
Problem: The -mno-cygwin argument is no longer supported by Cygwin.
Solution: Remove the arguments. (Steve Hall)
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 5faeb35be..272940af8 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 30, +/**/ 29, /**/ 28, |