Patches for Vim - Vi IMproved 8.2

The files in this directory contain source code changes to fix problems
in a released version of Vim.  Each file also contains an explanation of
the problem that is fixed, like the message that was sent to the vim-dev
maillist.

The best is to apply the patches in sequence.  This avoids problems when
a patch depends on a previous patch.

Before patching, change to the top Vim directory, where the "src" and
"runtime" directories are located.
Depending on the version of "patch" that you use, you may have add an
argument to make it patch the right file:
        patch -p < 8.2.0001
        patch -p0 < 8.2.0001

After applying a patch, you need to compile Vim.  There are no patches
for binaries.

Checksums for the patch files can be found in the file MD5SUMS.


Individual patches for Vim 8.2:

  SIZE  NAME      FIXES
  1549  8.2.0001  #endif comments do not reflect corresponding #ifdef
  2457  8.2.0002  "dj" only deletes first line of closed fold
 16851  8.2.0003  Build file dependencies are incomplete
 16584  8.2.0004  get E685 and E931 if buffer reload is interrupted
  4131  8.2.0005  duplication in version info
  1891  8.2.0006  test using long file name may fail
  4669  8.2.0007  popup menu positioned wrong with folding in two tabs
 11490  8.2.0008  test72 is old style
  3996  8.2.0009  VMS: terminal version doesn't build
 88183  8.2.0010  test64 is old style
  5133  8.2.0011  screen updating wrong when opening preview window
  3423  8.2.0012  some undo functionality is not tested
