|
Karsten Hopp |
71fd5f |
Patches for Vim - Vi IMproved 6.4
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
The files in this directory contain source code changes to fix
|
|
cvsdist |
2cc57f |
problems in released versions of Vim. Each file also contains an
|
|
cvsdist |
2cc57f |
explanation of the problem that is fixed, like the message that
|
|
cvsdist |
2cc57f |
was sent to the vim-dev maillist.
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
The best is to apply the patches in sequence. This avoids problems
|
|
cvsdist |
2cc57f |
when a patch depends on a previous patch. If you did not unpack the
|
|
cvsdist |
2cc57f |
extra archive, you may want to skip patches marked with "extra:".
|
|
cvsdist |
2cc57f |
Similarly for the "lang" archive.
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
Before patching, change to the top Vim directory, where the "src"
|
|
cvsdist |
2cc57f |
and "runtime" directories are located.
|
|
cvsdist |
2cc57f |
Depending on the version of "patch" that you use, you may have add
|
|
cvsdist |
2cc57f |
an argument to make it patch the right file:
|
|
Karsten Hopp |
71fd5f |
patch -p < 6.4.001
|
|
Karsten Hopp |
71fd5f |
patch -p0 < 6.4.001
|
|
cvsdist |
2cc57f |
|
|
cvsdist |
2cc57f |
After applying a patch, you need to compile Vim. There are no
|
|
cvsdist |
2cc57f |
patches for binaries.
|
|
cvsdist |
2cc57f |
|
|
Karsten Hopp |
f33019 |
Checksums for the patch files can be found in the file MD5.
|
|
Karsten Hopp |
f33019 |
|
|
Karsten Hopp |
71fd5f |
Individual patches for Vim 6.4:
|
|
cvsdist |
145ee0 |
|
|
cvsdist |
2cc57f |
SIZE NAME FIXES
|
|
Karsten Hopp |
71fd5f |
1705 6.4.001 (extra) Win32: can't compile the global IME code
|
|
Karsten Hopp |
71fd5f |
7802 6.4.002 Unix: may change owner of wrong file in rare cases
|
|
Karsten Hopp |
71fd5f |
1463 6.4.003 (after 6.4.002) build problem on non-Unix system
|
|
Karsten Hopp |
4b809c |
1581 6.4.004 "go" doesn't work correctly when 'virtualedit' is set
|
|
Karsten Hopp |
935040 |
1577 6.4.005 truncating message may write before buffer
|
|
Karsten Hopp |
935040 |
2320 6.4.006 ":argedit", "argdel" and ":argadd" used count argument
|
|
Karsten Hopp |
124f17 |
1717 6.4.007 Unix: crash when expanding backticks
|