|
Karsten Hopp |
845afa |
Patches for Vim - Vi IMproved 7.0
|
|
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 |
845afa |
patch -p < 7.0.001
|
|
Karsten Hopp |
845afa |
patch -p0 < 7.0.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 |
845afa |
Individual patches for Vim 7.0:
|
|
cvsdist |
145ee0 |
|
|
cvsdist |
2cc57f |
SIZE NAME FIXES
|
|
Karsten Hopp |
845afa |
1627 7.0.001 'spellsuggest' could not be added to
|
|
Karsten Hopp |
845afa |
2007 7.0.002 C omni complete has problem with % and # in tags file path
|
|
Karsten Hopp |
845afa |
1876 7.0.003 GUI: click in tab pages label may warp mouse pointer
|
|
Karsten Hopp |
845afa |
1596 7.0.004 Compiler warning for debug_saved used before set
|
|
Karsten Hopp |
845afa |
1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs
|
|
Karsten Hopp |
f301e8 |
1347 7.0.006 Mac: "make shadow" didn't link infplist.xml
|
|
Karsten Hopp |
f301e8 |
1919 7.0.007 AIX: compiling failed for message.c
|
|
Karsten Hopp |
f301e8 |
2081 7.0.008 Can't call a function that uses both <SID> and {expr}
|
|
Karsten Hopp |
f301e8 |
1625 7.0.009 ml_get errors when 'spell' is set
|
|
Karsten Hopp |
f301e8 |
3705 7.0.010 spellfile plugin required typing login name and password
|
|
Karsten Hopp |
9090be |
1989 7.0.011 can't compile with eval feature without folding feature
|
|
Karsten Hopp |
9090be |
2532 7.0.012 matchparen plugin changed cursor column in Insert mode
|
|
Karsten Hopp |
fd27d2 |
4614 7.0.013 Insert mode completion: CTRL-L jumped back to original text
|
|
Karsten Hopp |
fd27d2 |
5712 7.0.014 Motif: doesn't compile with Motif 1.2 and earlier
|
|
Karsten Hopp |
fd27d2 |
4485 7.0.015 Athena: type casts for lvalues
|
|
Karsten Hopp |
fd27d2 |
1810 7.0.016 recognize encodings "mac-roman", "dec-mcs" and "hp-roman8"
|
|
Karsten Hopp |
685311 |
2302 7.0.017 (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
|
|
Karsten Hopp |
cf4243 |
1649 7.0.018 VMS: plugins are not loaded on startup
|
|
Karsten Hopp |
cf4243 |
1425 7.0.019 crash for "VjA789" and repeating
|
|
Karsten Hopp |
1ff8a6 |
1470 7.0.020 GUI: crash when using 'mousefocus'
|
|
Karsten Hopp |
569135 |
4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat
|
|
Karsten Hopp |
fecb0b |
5471 7.0.022 Ruby: buffer.append() could append to the wrong buffer
|