commit | 2498b3ab108a99f125e756ac46bf2629ceb23c25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 17:59:44 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 17:59:44 2010 +0100 |
tree | 9ed062051ea6fbb72c840c542e3e6146326faa46 | |
parent | 8b9c05fa5416bd35597a4fbe83f811d4f6d068d7 [diff] [blame] |
updated for version 7.2.384 Problem: Vim doesn't build properly with MSVC 2010. Solution: Add the nmake version to the build file. (George Reilly)
diff --git a/src/version.c b/src/version.c index 80a48f6..f4eaa93 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 384, +/**/ 383, /**/ 382,