d12698c
Patches for Vim - Vi IMproved 7.2
cvsdist 2cc57f3
cvsdist 2cc57f3
The files in this directory contain source code changes to fix
cvsdist 2cc57f3
problems in released versions of Vim.  Each file also contains an
cvsdist 2cc57f3
explanation of the problem that is fixed, like the message that
cvsdist 2cc57f3
was sent to the vim-dev maillist.
cvsdist 2cc57f3
cvsdist 2cc57f3
The best is to apply the patches in sequence.  This avoids problems
cvsdist 2cc57f3
when a patch depends on a previous patch.  If you did not unpack the
cvsdist 2cc57f3
extra archive, you may want to skip patches marked with "extra:".
f3be58e
Similarly for the "lang" archive.  Or ignore errors for missing files.
cvsdist 2cc57f3
cvsdist 2cc57f3
Before patching, change to the top Vim directory, where the "src"
cvsdist 2cc57f3
and "runtime" directories are located.
cvsdist 2cc57f3
Depending on the version of "patch" that you use, you may have add
cvsdist 2cc57f3
an argument to make it patch the right file:
d12698c
        patch -p < 7.2.001
d12698c
        patch -p0 < 7.2.001
cvsdist 2cc57f3
cvsdist 2cc57f3
After applying a patch, you need to compile Vim.  There are no
cvsdist 2cc57f3
patches for binaries.
cvsdist 2cc57f3
f330195
Checksums for the patch files can be found in the file MD5.
f330195
d12698c
Individual patches for Vim 7.2:
cvsdist 145ee09
cvsdist 2cc57f3
  SIZE  NAME     FIXES
d12698c
  1877  7.2.001  Mac: pseudo-ttys don't work properly on Leopard
d12698c
  1462  7.2.002  leaking memory when displaying menus
d12698c
  3663  7.2.003  typo in translated message, message not translated
d12698c
  3413  7.2.004  Cscope help message is not translated
9cbe62f
  4638  7.2.005  a few problems when profiling
d12698c
  1552  7.2.006  HTML files are not recognized by contents
9cbe62f
 16735  7.2.007  (extra) minor issues for VMS
9cbe62f
  1947  7.2.008  wrong window count when using :bunload in a BufHidden autocmd
9cbe62f
  2245  7.2.009  can't compile with Perl 5.10 on MS-aindows
9cbe62f
  5415  7.2.010  "K" in Visual mode does not properly escape all characters
9cbe62f
  2873  7.2.011  error when inserting a float value from expression register
9cbe62f
  1444  7.2.012  compiler warnings when building with startup timing
9cbe62f
  4157  7.2.013  hang when waiting for X selection, consuming lots of CPU time
7ef95b0
  1769  7.2.014  synstack() doesn't work in an emptly line
7ef95b0
  1943  7.2.015  "make all test install" doesn't stop when the test fails
7ef95b0
  4536  7.2.016  cmdline completion pattern can be in freed memory
7ef95b0
  5319  7.2.017  X11: strlen() used wrongly, pasting very big selection fails
7ef95b0
  1390  7.2.018  memory leak when substitute is aborted
7ef95b0
  2269  7.2.019  completion and exists() don't work for ":noautocmd"
7ef95b0
  1521  7.2.020  "kvim" starts the GUI even though KDE is no longer supported
7ef95b0
  4806  7.2.021  getting full file name when executing autocmds may be slow
7ef95b0
  3823  7.2.022  (extra) cannot run tests with the MingW compiler
ea46500
  2062  7.2.023  'cursorcolumn' wrong in a closed fold when display is shifted
ea46500
  1452  7.2.024  'history' can be made negative, causes out-of-memory error
ea46500
  1470  7.2.025  a CursorHold event that invokes system() is retriggered
1a1ca1a
  2969  7.2.026  (after 7.2.010) 'K' uses the rest of the line
192200e
  3235  7.2.027  can use cscope commands in the sandbox, might not be safe
192200e
  1466  7.2.028  confusing error message for missing ()
192200e
  1291  7.2.029  no completion for ":doautoall" like for ":doautocmd"
192200e
  1546  7.2.030  (after 7.2.027) can't compile, ex_oldfiles undefined
192200e
 39400  7.2.031  file names from viminfo are not available to the user
192200e
  1583  7.2.032  (after 7.2.031) can't compile with EXITFREE defined
192200e
  2270  7.2.033  using "ucs-2le" for two-byte BOM, but text might be "utf-16le"
192200e
  2372  7.2.034  memory leak in spell info when deleting a buffer
192200e
  3522  7.2.035  mismatches for library and Vim alloc/free functions
192200e
  7545  7.2.036  (extra) mismatches for library and Vim alloc/free functions
192200e
  1576  7.2.037  double free with GTK 1 and compiled with EXITFREE
192200e
  2438  7.2.038  overlapping arguments to memcpy()
192200e
  1378  7.2.039  accessing freed memory on exit when EXITFREE is defined
192200e
  1836  7.2.040  ":e ++ff=dos foo" gets "unix" 'ff' when CR before NL missing
04b6737
 22993  7.2.041  (extra) diff wrong when edit diff buffer in another tab page
192200e
  4987  7.2.042  restoring view in autocmd sometimes doesn't work completely
192200e
  2550  7.2.043  VMS: Too many chars escaped in filename and shell commands
192200e
  5639  7.2.044  crash because of gcc 4 being over protective for strcpy()
192200e
  2056  7.2.045  the Python interface has an empty entry in sys.path
192200e
  1704  7.2.046  wrong check for filling buffer with encoding
192200e
  2470  7.2.047  using -nb while it is not supported makes other side hang
192200e
  4758  7.2.048  v:count and v:prevcount are not set correctly
192200e
 32552  7.2.049  (extra) Win32: the clipboard doesn't support UTF-16
192200e
  8484  7.2.050  compiler warnings for not using return value of fwrite()
192200e
 15179  7.2.051  can't avoid 'wig' and 'suffixes' for glob() and globpath()
192200e
  2611  7.2.052  synIDattr() doesn't support "sp" for special color
192200e
  1754  7.2.053  crash when using WorkShop command ":ws foo"
192200e
  2006  7.2.054  compilation warnings for fprintf format
192200e
 34319  7.2.055  various compiler warnings with strict checking
192200e
  1635  7.2.056  (after 7.2.050) tests 58 and 59 fail
192200e
  3210  7.2.057  (after 7.2.056) trying to put size_t in int variable
192200e
  2338  7.2.058  can't add a feature name in the :version output
192200e
  1847  7.2.059  diff is not always displayed properly
192200e
 34772  7.2.060  spell checking doesn't work well for compound words
04b6737
  1886  7.2.061  creating funcref requires loading the autoload script first
04b6737
  1657  7.2.062  "[Scratch]" is not translated
04b6737
  3558  7.2.063  warning for NULL argument of Perl_sys_init3()
04b6737
  1942  7.2.064  repeating "~" on a Visual block doesn't always update screen
04b6737
  5149  7.2.065  GTK GUI: cursor disappears doing ":vsp" when maximized
04b6737
  2759  7.2.066  not easy to check if 'encoding' is a multi-byte encoding
04b6737
  1683  7.2.067  can't load sesison extra file when it contains special chars
04b6737
  2598  7.2.068  error when Emacs tags file line is too long
04b6737
  1726  7.2.069  (after 7.2.060) compiler warning for putting size_t in int
04b6737
 17606  7.2.070  crash when a function returns a:000
04b6737
  2353  7.2.071  (extra) Win32: Handling netbeans events may cause a crash
04b6737
  1615  7.2.072  (extra, fixed patch) compiler warning in Sniff code
04b6737
  4121  7.2.073  ":set <xHome>" has the same output as ":set <Home>"
04b6737
  1832  7.2.074  (extra, after 7.2.073) extra part of 7.2.073
04b6737
  2218  7.2.075  (after 7.2.058) unclear comment about making a diff
04b6737
  2666  7.2.076  rename(from, to) deletes file if names refer to the same file
04b6737
  4745  7.2.077  (after 7.2.076) rename() fails if names differ only in case
04b6737
  3298  7.2.078  problems with deleting folds
04b6737
  6947  7.2.079  "killed" netbeans events are not handled correctly