commit | 8b9c05fa5416bd35597a4fbe83f811d4f6d068d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 17:54:33 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 17:54:33 2010 +0100 |
tree | d138bbea8d22cd053781bc9eadb3885c9f958ce9 | |
parent | 8006d69d3c05ef92f5915984baae79ef832380e5 [diff] [blame] |
updated for version 7.2.383 Problem: Vim doesn't build cleanly with MSVC 2010. Solution: Change a few types. (George Reilly)
diff --git a/src/version.c b/src/version.c index 851d98b..80a48f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 383, +/**/ 382, /**/ 381,