|
Karsten Hopp |
f3be58 |
Patches for Vim - Vi IMproved 7.1
|
|
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:".
|
|
Karsten Hopp |
f3be58 |
Similarly for the "lang" archive. Or ignore errors for missing files.
|
|
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 |
f3be58 |
patch -p < 7.1.001
|
|
Karsten Hopp |
f3be58 |
patch -p0 < 7.1.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 |
f3be58 |
Individual patches for Vim 7.1:
|
|
cvsdist |
145ee0 |
|
|
cvsdist |
2cc57f |
SIZE NAME FIXES
|
|
Karsten Hopp |
f3be58 |
2404 7.1.001 can't build with Gnome GUI
|
|
Karsten Hopp |
f3be58 |
2011 7.1.002 Oracle Pro*C/C++ files are not detected
|
|
Karsten Hopp |
e71321 |
1529 7.1.003 (extra) Win32: menu entries end up in message history
|
|
Karsten Hopp |
e71321 |
2481 7.1.004 crash when editing a directory
|
|
Karsten Hopp |
e71321 |
3841 7.1.005 "cit" used on <foo></foo> deletes <foo>
|
|
Karsten Hopp |
e71321 |
2941 7.1.006 when reading from stdin 'modified' can't be reset in autocmd
|
|
Karsten Hopp |
e71321 |
6458 7.1.007 (extra) Mac: context menu does not work, scrollbars not dimmed
|
|
Karsten Hopp |
e71321 |
2631 7.1.008 getfsize() returns an invalid number for very big files
|
|
Karsten Hopp |
e71321 |
1881 7.1.009 diff mode: tab to spaces change not highlighted correctly
|
|
Karsten Hopp |
e71321 |
2796 7.1.010 Gnome: tab pages are not included in the saved session
|
|
Karsten Hopp |
e71321 |
1934 7.1.011 buffer overflow when $VIMRUNTIME is very long
|
|
Karsten Hopp |
e71321 |
1904 7.1.012 ":let &tw = 'asdf'" does not give an error message
|