home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / vim-common / README < prev    next >
Encoding:
Text File  |  2006-07-22  |  3.2 KB  |  63 lines

  1. Patches for Vim - Vi IMproved 7.0
  2.  
  3. The files in this directory contain source code changes to fix
  4. problems in released versions of Vim.  Each file also contains an
  5. explanation of the problem that is fixed, like the message that
  6. was sent to the vim-dev maillist.
  7.  
  8. The best is to apply the patches in sequence.  This avoids problems
  9. when a patch depends on a previous patch.  If you did not unpack the
  10. extra archive, you may want to skip patches marked with "extra:".
  11. Similarly for the "lang" archive.
  12.  
  13. Before patching, change to the top Vim directory, where the "src"
  14. and "runtime" directories are located.
  15. Depending on the version of "patch" that you use, you may have add
  16. an argument to make it patch the right file:
  17.         patch -p < 7.0.001
  18.         patch -p0 < 7.0.001
  19.  
  20. After applying a patch, you need to compile Vim.  There are no
  21. patches for binaries.
  22.  
  23. Checksums for the patch files can be found in the file MD5.
  24.  
  25. Individual patches for Vim 7.0:
  26.  
  27.   SIZE  NAME     FIXES
  28.   1627  7.0.001  'spellsuggest' could not be added to
  29.   2007  7.0.002  C omni complete has problem with % and # in tags file path
  30.   1876  7.0.003  GUI: click in tab pages label may warp mouse pointer
  31.   1596  7.0.004  Compiler warning for debug_saved used before set
  32.   1579  7.0.005  (extra) Win32: uninstall didn't delete spell and autoload dirs
  33.   1347  7.0.006  Mac: "make shadow" didn't link infplist.xml
  34.   1919  7.0.007  AIX: compiling failed for message.c
  35.   2081  7.0.008  Can't call a function that uses both <SID> and {expr}
  36.   1625  7.0.009  ml_get errors when 'spell' is set
  37.   3705  7.0.010  spellfile plugin required typing login name and password
  38.   1989  7.0.011  can't compile with eval feature without folding feature
  39.   2532  7.0.012  matchparen plugin changed cursor column in Insert mode
  40.   4614  7.0.013  Insert mode completion: CTRL-L jumped back to original text
  41.   5712  7.0.014  Motif: doesn't compile with Motif 1.2 and earlier
  42.   4485  7.0.015  Athena: type casts for lvalues
  43.   1810  7.0.016  recognize encodings "mac-roman", "dec-mcs" and "hp-roman8"
  44.   2302  7.0.017  (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
  45.   1649  7.0.018  VMS: plugins are not loaded on startup
  46.   1425  7.0.019  crash for "VjA789" and repeating
  47.   1470  7.0.020  GUI: crash when using 'mousefocus'
  48.   4240  7.0.021  crash when using "\\[" and "\\]" in 'errorformat
  49.   5471  7.0.022  Ruby: buffer.append() could append to the wrong buffer
  50.   5351  7.0.023  crash after Insert mode completion without matches
  51.   1619  7.0.024  it is possible to set arbitrary v: variables
  52.   2606  7.0.025  crash when deleting an item from a:000
  53.   1800  7.0.026  Unix: when using libcall() and old error may be shown
  54.   1344  7.0.027  (extra) Win32: hang on exit when compiled with SNiFF+
  55.   3014  7.0.028  (extra) OS/2: compilation problem
  56.   1494  7.0.029  cursor position may be wrong when using getchar()
  57.   1664  7.0.030  the ":compiler" command can't be used in a FileChangedRO event
  58.   1808  7.0.031  after deleting a buffer its Select mode mappings remain
  59.   1424  7.0.032  (extra, after 7.0.027) missing semicolon
  60.   2431  7.0.033  pasting after autoindent removes the indent
  61.   2042  7.0.034  repeating completion was wrong after typing text or using BS
  62.   5905  7.0.035  repeating Insert mode completion doesn't work properly
  63.