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
Karsten Hopp 722bbe
  2139  7.1.013  ":syn include" only loads the first file
Karsten Hopp 722bbe
  1479  7.1.014  crash in C-indenting
Karsten Hopp 722bbe
  3743  7.1.015  MzScheme interface doesn't build on Mac; init problem
Karsten Hopp 722bbe
  2368  7.1.016  (after 7.1.012) error message when using ":cwindow"
Karsten Hopp 722bbe
  6729  7.1.017  ":confirm w" does not give a prompt when file is read-only
Karsten Hopp 722bbe
  1771  7.1.018  "p" at end of line doesn't work right when 've' is set
Karsten Hopp 722bbe
  1650  7.1.019  ":python" doesn't mention the command is not implemented
Karsten Hopp 722bbe
  3229  7.1.020  reading uninitialized memory when using a dialog
Karsten Hopp 722bbe
  2875  7.1.021  (after 7.1.015) MzScheme interface doesn't build on Win32
Karsten Hopp 722bbe
  1842  7.1.022  when setting 'keymap' twice b:keymap_name variable isn't set
Karsten Hopp 722bbe
  1718  7.1.023  "dw" in a line with one character deletes the line
Karsten Hopp 722bbe
  1335  7.1.024  using a pointer that may have become invalid
Karsten Hopp 722bbe
  2292  7.1.025  search('pat', 'bc) doesn't find word under cursor at BOL
Karsten Hopp 722bbe
  1710  7.1.026  "[p" doesn't work in Visual mode
Karsten Hopp 722bbe
  3345  7.1.027  on Sun OS reading from a process substitutions doesn't work
Karsten Hopp 722bbe
  2239  7.1.028  ":sort" does nothing special with empty search pattern