Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
98385dc0
Commit
98385dc0
authored
16 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.1-321
parent
e7cb9cf6
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/INSTALLpc.txt
+10
-2
10 additions, 2 deletions
src/INSTALLpc.txt
src/version.c
+2
-0
2 additions, 0 deletions
src/version.c
with
12 additions
and
2 deletions
src/INSTALLpc.txt
+
10
−
2
View file @
98385dc0
...
...
@@ -36,7 +36,7 @@ The currently preferred method is using the free Visual C++ Toolkit 2003.
Visual Studio
-------------
Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, and VS
.NET
200
5
)
Building with Visual Studio (VS 98, VS .NET, VS .NET 2003,
VS 2005,
and VS 200
8
)
is straightforward. (These instructions should also work for VS 4 and VS 5.)
To build Vim from the command line with MSVC, use Make_mvc.mak.
...
...
@@ -139,7 +139,7 @@ to debug Vim itself. An earlier version of the Debugging Tools
is also available through the Platform SDK, |ms-platform-sdk|.
Visual C++ 2005 Express Edition
Visual C++ 2005 Express Edition
*msvc-2005-express*
-------------------------------
Visual C++ 2005 Express Edition can be downloaded for free from:
...
...
@@ -159,6 +159,14 @@ Visual C++ 2008 Express Edition can be downloaded for free from:
This includes the IDE and the debugger. You can build Vim with Make_mvc.mak.
Visual C++ 2008 Express Edition *msvc-2008-express*
-------------------------------
Visual C++ 2008 Express Edition can be downloaded for free from:
http://msdn2.microsoft.com/en-us/express/default.aspx
This includes the IDE and the debugger. You can build Vim with Make_mvc.mak.
2. MinGW
========
...
...
This diff is collapsed.
Click to expand it.
src/version.c
+
2
−
0
View file @
98385dc0
...
...
@@ -666,6 +666,8 @@ static char *(features[]) =
static
int
included_patches
[]
=
{
/* Add new patch number below this line */
/**/
321
,
/**/
320
,
/**/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment