2007-06-05 10:37:55 +00:00
|
|
|
Patches for Vim - Vi IMproved 7.1
|
2004-09-09 14:04:37 +00:00
|
|
|
|
|
|
|
The files in this directory contain source code changes to fix
|
|
|
|
problems in released versions of Vim. Each file also contains an
|
|
|
|
explanation of the problem that is fixed, like the message that
|
|
|
|
was sent to the vim-dev maillist.
|
|
|
|
|
|
|
|
The best is to apply the patches in sequence. This avoids problems
|
|
|
|
when a patch depends on a previous patch. If you did not unpack the
|
|
|
|
extra archive, you may want to skip patches marked with "extra:".
|
2007-06-05 10:37:55 +00:00
|
|
|
Similarly for the "lang" archive. Or ignore errors for missing files.
|
2004-09-09 14:04:37 +00:00
|
|
|
|
|
|
|
Before patching, change to the top Vim directory, where the "src"
|
|
|
|
and "runtime" directories are located.
|
|
|
|
Depending on the version of "patch" that you use, you may have add
|
|
|
|
an argument to make it patch the right file:
|
2007-06-05 10:37:55 +00:00
|
|
|
patch -p < 7.1.001
|
|
|
|
patch -p0 < 7.1.001
|
2004-09-09 14:04:37 +00:00
|
|
|
|
|
|
|
After applying a patch, you need to compile Vim. There are no
|
|
|
|
patches for binaries.
|
|
|
|
|
2005-03-18 12:54:28 +00:00
|
|
|
Checksums for the patch files can be found in the file MD5.
|
|
|
|
|
2007-06-05 10:37:55 +00:00
|
|
|
Individual patches for Vim 7.1:
|
2004-09-09 14:13:09 +00:00
|
|
|
|
2004-09-09 14:04:37 +00:00
|
|
|
SIZE NAME FIXES
|
2007-06-05 10:37:55 +00:00
|
|
|
2404 7.1.001 can't build with Gnome GUI
|
|
|
|
2011 7.1.002 Oracle Pro*C/C++ files are not detected
|