cvsdist 1b4d76
Patches for Vim - Vi IMproved 6.3
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:
cvsdist 1b4d76
        patch -p < 6.3.001
cvsdist 1b4d76
        patch -p0 < 6.3.001
cvsdist 2cc57f
cvsdist 2cc57f
After applying a patch, you need to compile Vim.  There are no
cvsdist 2cc57f
patches for binaries.
cvsdist 2cc57f
cvsdist 1b4d76
Individual patches for Vim 6.3:
cvsdist 2cc57f
  SIZE  NAME     FIXES
cvsdist 1b4d76
  2672  6.3.001  ":browse split" gives file selection dialog twice
cvsdist 1b4d76
  3913  6.3.002  utf-8 detection in translated help files is wrong
cvsdist 1b4d76
  1891  6.3.003  crash when using console dialog without default choice
cvsdist 1b4d76
  2438  6.3.004  too many hit-enter prompts when searching for long string
cvsdist 1b4d76
  2809  6.3.005  crash when searching with character offset in closed fold
cvsdist 1b4d76
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument