diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-08 03:15:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-08 03:15:47 +0100 |
commit | e5878f4be9f0cb6719220fa17f113fa24b1f3039 (patch) | |
tree | ef752b3c70b5866b55960f2ad6aff0a2d1927a15 /src/version.c | |
parent | 03e228a623304c0afed231ad1605153dd56335be (diff) | |
download | vim-e5878f4be9f0cb6719220fa17f113fa24b1f3039.zip |
updated for version 7.4.078
Problem: MSVC 2013 is not supported.
Solution: Recognize and support MSVC 2013. (Ed Brown)
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 6e11f7da1..aef087992 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 */ /**/ + 78, +/**/ 77, /**/ 76, |