The VIM editor
Go to file
2008-09-08 11:19:43 +00:00
.cvsignore - patchlevel 6 2008-08-25 08:38:15 +00:00
7.2.001 add two missing patches 2008-08-25 09:27:49 +00:00
7.2.002 add two missing patches 2008-08-25 09:27:49 +00:00
7.2.003 - patchlevel 6 2008-08-25 08:38:15 +00:00
7.2.004 - patchlevel 6 2008-08-25 08:38:15 +00:00
7.2.005 - patchlevel 6 2008-08-25 08:38:15 +00:00
7.2.006 - patchlevel 6 2008-08-25 08:38:15 +00:00
7.2.007 - patchlevel 007 2008-09-08 11:19:21 +00:00
7.2.008 - patchlevel 008 2008-09-08 11:19:27 +00:00
7.2.009 - patchlevel 009 2008-09-08 11:19:33 +00:00
7.2.010 - patchlevel 010 2008-09-08 11:19:38 +00:00
7.2.011 - patchlevel 011 2008-09-08 11:19:43 +00:00
Changelog.rpm - patchlevel 6 2008-08-25 08:38:15 +00:00
forth.vim - update forth syntax file 2008-04-11 09:18:35 +00:00
gvim16.png auto-import changelog data from vim-6.2.532-3.src.rpm 2004-09-09 14:11:26 +00:00
gvim32.png auto-import changelog data from vim-6.2.532-3.src.rpm 2004-09-09 14:11:26 +00:00
gvim48.png auto-import changelog data from vim-6.2.532-3.src.rpm 2004-09-09 14:11:26 +00:00
gvim64.png auto-import changelog data from vim-6.2.532-3.src.rpm 2004-09-09 14:11:26 +00:00
gvim.desktop - minor desktopfile fix 2008-01-07 18:47:40 +00:00
Makefile makefile update to properly grab makefile.common 2007-10-15 19:29:56 +00:00
README.patches - patchlevel 6 2008-08-25 08:38:15 +00:00
sources - patchlevel 6 2008-08-25 08:38:15 +00:00
spec-template - patchlevel 6 2008-08-25 08:38:15 +00:00
vi_help.txt - patchlevel 266 2008-03-03 18:34:13 +00:00
vim-6.1-rh3.patch auto-import changelog data from vim-6.1-29.src.rpm 2004-09-09 14:04:55 +00:00
vim-6.2-specsyntax.patch auto-import changelog data from vim-6.2.121-1.src.rpm 2004-09-09 14:06:47 +00:00
vim-6.4-checkhl.patch - add syntax highlighting rule for %%check (Ralf Ertzinger, #165277) 2005-10-25 13:24:49 +00:00
vim-6.4-cvim.patch - disable templates when editing new .c / .h files (#175878) 2005-12-20 12:03:54 +00:00
vim-7.0-crv.patch - Rawhide prerelease build as vim, opposed to vim7 prerelease which could 2006-03-23 13:07:01 +00:00
vim-7.0-fixkeys.patch - Rawhide prerelease build as vim, opposed to vim7 prerelease which could 2006-03-23 13:07:01 +00:00
vim-7.0-hunspell.patch - rpmlint fixes (#226526) 2007-02-21 15:51:43 +00:00
vim-7.0-rclocation.patch - fix vimrc filename 2006-04-07 12:43:30 +00:00
vim-7.0-specedit.patch - fix lang problem in spec file mode 2006-11-13 11:29:17 +00:00
vim-7.0-syncolor.patch - update to patchlevel 109 to fix some redraw problems 2006-09-19 11:31:37 +00:00
vim-7.0-syntax.patch - fix syntax patch (#203798) 2006-08-24 09:20:37 +00:00
vim-7.0-warning.patch make array large enough 2006-04-04 14:21:02 +00:00
vim-7.1-ada.patch - silence taglist 2008-01-18 15:30:13 +00:00
vim-7.1-erlang.patch - add filetype for Erlang header files (#417371) 2008-02-25 16:56:37 +00:00
vim-7.1-lib64.patch - new patch for fuzz=0 2008-07-23 10:40:01 +00:00
vim-7.1-nowarnings.patch - Update to vim-7.1 2007-06-05 10:46:37 +00:00
vim-7.2-fstabsyntax.patch - vim 7.2 2008-08-14 16:06:02 +00:00
vim.spec - patchlevel 6 2008-08-25 08:38:15 +00:00
vimrc - put /etc/vimrc autocmd's into fedora augroup (similar to #241308) 2008-06-03 14:34:32 +00:00
xxd-locale.patch - modify patch for new rpm fuzz=0 2008-07-18 12:24:46 +00:00

Patches for Vim - Vi IMproved 7.2

The files in this directory contain source code changes to fix
problems in released versions 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.  If you did not unpack the
extra archive, you may want to skip patches marked with "extra:".
Similarly for the "lang" archive.  Or ignore errors for missing files.

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 < 7.2.001
        patch -p0 < 7.2.001

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 MD5.

Individual patches for Vim 7.2:

  SIZE  NAME     FIXES
  1877  7.2.001  Mac: pseudo-ttys don't work properly on Leopard
  1462  7.2.002  leaking memory when displaying menus
  3663  7.2.003  typo in translated message, message not translated
  3413  7.2.004  Cscope help message is not translated
  4638  7.2.005  profiling: Using pointer instead of value, allocating zero bytes, memory not freed
  1552  7.2.006  HTML files are not recognized by contents