|
Karsten Hopp |
d12698 |
Patches for Vim - Vi IMproved 7.2
|
|
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 |
d12698 |
patch -p < 7.2.001
|
|
Karsten Hopp |
d12698 |
patch -p0 < 7.2.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 |
d12698 |
Individual patches for Vim 7.2:
|
|
cvsdist |
145ee0 |
|
|
cvsdist |
2cc57f |
SIZE NAME FIXES
|
|
Karsten Hopp |
d12698 |
1877 7.2.001 Mac: pseudo-ttys don't work properly on Leopard
|
|
Karsten Hopp |
d12698 |
1462 7.2.002 leaking memory when displaying menus
|
|
Karsten Hopp |
d12698 |
3663 7.2.003 typo in translated message, message not translated
|
|
Karsten Hopp |
d12698 |
3413 7.2.004 Cscope help message is not translated
|
|
Karsten Hopp |
9cbe62 |
4638 7.2.005 a few problems when profiling
|
|
Karsten Hopp |
d12698 |
1552 7.2.006 HTML files are not recognized by contents
|
|
Karsten Hopp |
9cbe62 |
16735 7.2.007 (extra) minor issues for VMS
|
|
Karsten Hopp |
9cbe62 |
1947 7.2.008 wrong window count when using :bunload in a BufHidden autocmd
|
|
Karsten Hopp |
9cbe62 |
2245 7.2.009 can't compile with Perl 5.10 on MS-aindows
|
|
Karsten Hopp |
9cbe62 |
5415 7.2.010 "K" in Visual mode does not properly escape all characters
|
|
Karsten Hopp |
9cbe62 |
2873 7.2.011 error when inserting a float value from expression register
|
|
Karsten Hopp |
9cbe62 |
1444 7.2.012 compiler warnings when building with startup timing
|
|
Karsten Hopp |
9cbe62 |
4157 7.2.013 hang when waiting for X selection, consuming lots of CPU time
|
|
Karsten Hopp |
7ef95b |
1769 7.2.014 synstack() doesn't work in an emptly line
|
|
Karsten Hopp |
7ef95b |
1943 7.2.015 "make all test install" doesn't stop when the test fails
|
|
Karsten Hopp |
7ef95b |
4536 7.2.016 cmdline completion pattern can be in freed memory
|
|
Karsten Hopp |
7ef95b |
5319 7.2.017 X11: strlen() used wrongly, pasting very big selection fails
|
|
Karsten Hopp |
7ef95b |
1390 7.2.018 memory leak when substitute is aborted
|
|
Karsten Hopp |
7ef95b |
2269 7.2.019 completion and exists() don't work for ":noautocmd"
|
|
Karsten Hopp |
7ef95b |
1521 7.2.020 "kvim" starts the GUI even though KDE is no longer supported
|
|
Karsten Hopp |
7ef95b |
4806 7.2.021 getting full file name when executing autocmds may be slow
|
|
Karsten Hopp |
7ef95b |
3823 7.2.022 (extra) cannot run tests with the MingW compiler
|