Karsten Hopp 5a0d8b
Patches for Vim - Vi IMproved 7.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
Karsten Hopp 1f2971
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 5a0d8b
        patch -p < 7.3.001
Karsten Hopp 5a0d8b
        patch -p0 < 7.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
Karsten Hopp f33019
Checksums for the patch files can be found in the file MD5.
Karsten Hopp f33019
Karsten Hopp 1f2971
Karsten Hopp 5a0d8b
Individual patches for Vim 7.3:
cvsdist 145ee0
cvsdist 2cc57f
  SIZE  NAME     FIXES
Karsten Hopp 5a0d8b
  1720  7.3.001  ":find" completion does not always shorten match properly
Karsten Hopp 5a0d8b
  1610  7.3.002  ":find" completion didn't work halfway an environment variable
Karsten Hopp 5a0d8b
  1299  7.3.003  crash with specific BufWritePost autocmd
Karsten Hopp 5a0d8b
  1300  7.3.004  crash when using very long regexp
Karsten Hopp 5a0d8b
  2747  7.3.005  crash when using undotree()
Karsten Hopp 5a0d8b
  2987  7.3.006  can't build some multi-byte code with C89
Karsten Hopp 5a0d8b
  4442  7.3.007  Python code redefines "buffer", re-implements a grow-array
Karsten Hopp 5a0d8b
 11982  7.3.008  'cursorbind' is kept in places where 'scrollbind' is reset
Karsten Hopp 5a0d8b
  3197  7.3.009  Win32: Crash when using a bad argument for strftime()
Karsten Hopp 5a0d8b
  5466  7.3.010  Mac GUI: Missing break statements
Karsten Hopp 5a0d8b
  8811  7.3.011  X11 clipboard doesn't work in GUI, after :sh selection fails
Karsten Hopp 2afbaf
  2127  7.3.012  problems building with MingW
Karsten Hopp 2afbaf
  5979  7.3.013  dynamic loading with Ruby doesn't work for 1.9.2
Karsten Hopp 2afbaf
  2497  7.3.014  "a" in Ex mode with backslash at end of line doesn't work
Karsten Hopp 2afbaf
  2223  7.3.015  a test is using an error message that no longer exists
Karsten Hopp 2afbaf
  7448  7.3.016  netbeans interface doesn't work under Athena
Karsten Hopp 2afbaf
  4314  7.3.017  errors reported by smatch
Karsten Hopp 2afbaf
  2488  7.3.018  (after 7.3.012) missing argument to windres in MingW makefiles
Karsten Hopp 170e68
  1577  7.3.019  ":nbstart" can fail silently
Karsten Hopp ba0f81
  3696  7.3.020  cursor position wrong when joining lines and 'fo' contains "a"
Karsten Hopp 75f0b3
  2145  7.3.021  Mac: Boolean redefined when building with X11
Karsten Hopp 9fdb10
  1750  7.3.022  when opening a new window 'spellcapcheck' is cleared
Karsten Hopp 9fdb10
  2086  7.3.023  external program may hang when it tries to write to the tty
Karsten Hopp 9fdb10
  3222  7.3.024  named signs do not use a negative number as intended
Karsten Hopp 9fdb10
  3412  7.3.025  ":mksession" does not escape file name properly
Karsten Hopp 9fdb10
  1848  7.3.026  CTRL-] in a help file doesn't always work
Karsten Hopp bcadb1
  2668  7.3.027  MS-Windows: Opening a file on a network share is very slow
Karsten Hopp 04abb0
  5065  7.3.028  (after 7.3.024) signs don't show up
Karsten Hopp 33bc3e
  4623  7.3.029  ":sort n" sorts lines without a number as number zero
Karsten Hopp 53d69c
 12512  7.3.030  cannot store Dict and List in viminfo file
Karsten Hopp 53d69c
  3620  7.3.031  can't pass the X window ID to another application
Karsten Hopp 7f84e5
 21839  7.3.032  maparg() doesn't return the flags, e.g., <buffer>, <script>
Karsten Hopp 69d6d8
  1395  7.3.033  (after 7.3.032) can't build without FEAT_LOCALMAP
Karsten Hopp 3f122c
 12987  7.3.034  Win32: may load .dll from wrong directory
Karsten Hopp c0ca7c
  1882  7.3.035  (after 7.3.034) stray semicolon
Karsten Hopp 38ba7b
  1946  7.3.036  Win32 GUI: different dialog font when building without menus
Karsten Hopp 38ba7b
  4147  7.3.037  compiler warnings for loss of data
Karsten Hopp 38ba7b
  2638  7.3.038  v:windowid isn't set for MS-Windows
Karsten Hopp 38ba7b
  2567  7.3.039  crash when using skk.vim plugin
Karsten Hopp bb0096
  1627  7.3.040  go past end of string when comparing while ignoring case
Karsten Hopp bb0096
  1857  7.3.041  compiler warning for mediumVersion
Karsten Hopp bb0096
  1915  7.3.042  no spell highlighting when re-using an empty buffer
Karsten Hopp bb0096
 14836  7.3.043  can't load Ruby dynamically on Unix
Karsten Hopp bb0096
  1857  7.3.044  preview window too high when opened by the popup menu
Karsten Hopp bb0096
  1739  7.3.045  compiler warning for uninitialized variable
Karsten Hopp bb0096
  2126  7.3.046  can't build Ruby on MS-Windows
Karsten Hopp 5846bd
  6058  7.3.047  (after 7.3.032) missing makefile updates for test 75
Karsten Hopp 993cb7
  3410  7.3.048  ":earlier 1f" doesn't work after loading undo file
Karsten Hopp 30e5ba
 19335  7.3.049  PLT has rebranded their Scheme to Racket
Karsten Hopp e6a4fc
  6138  7.3.050  the link script is clumsy, should use --as-needed
Karsten Hopp e6a4fc
  3305  7.3.051  crash when $PATH is empty
Karsten Hopp 3f0301
 10719  7.3.052  various errors when 'completefunc' opens a new window
Karsten Hopp 3f0301
  2948  7.3.053  complete() function doesn't reset complete direction
Karsten Hopp 3f0301
  3354  7.3.054  can define a user command for :Print, but it doesn't work
Karsten Hopp 3f0301
 10470  7.3.055  endless loop when recursively comparing lists and dicts
Karsten Hopp f616a1
 17935  7.3.056  "getline" argument in do_cmdline() shadows global