The VIM editor
Go to file
2007-06-27 08:30:54 +00:00
.cvsignore update to vim-7.1 2007-06-05 10:37:55 +00:00
7.1.001 Patchlevel 1 2007-06-05 10:39:10 +00:00
7.1.002 Patchlevel 2 2007-06-05 10:40:04 +00:00
7.1.003 Patchlevel 3 2007-06-27 08:29:15 +00:00
7.1.004 Patchlevel 4 2007-06-27 08:29:24 +00:00
7.1.005 Patchlevel 5 2007-06-27 08:29:36 +00:00
7.1.006 Patchlevel 6 2007-06-27 08:29:46 +00:00
7.1.007 Patchlevel 7 2007-06-27 08:29:57 +00:00
7.1.008 Patchlevel 8 2007-06-27 08:30:07 +00:00
7.1.009 Patchlevel 9 2007-06-27 08:30:16 +00:00
7.1.010 Patchlevel 10 2007-06-27 08:30:54 +00:00
Changelog.rpm trim changelog 2007-06-05 10:36:21 +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 auto-import changelog data from vim-6.1-12.src.rpm 2004-09-09 14:01:30 +00:00
Makefile Setup of module vim 2004-09-09 13:57:08 +00:00
README.patches update to vim-7.1 2007-06-05 10:37:55 +00:00
sources update to vim-7.1 2007-06-05 10:37:55 +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-6.4-lib64.patch - fix configure check for python (#184478) 2006-03-09 14:38:51 +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-fstabsyntax.patch split spell files in subpackage as they are quite huge and not required for 2006-09-11 15:29:06 +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-vimspelltypo.patch - fix typo in vimspell.sh (#203178) 2006-09-28 15:05:53 +00:00
vim-7.0-warning.patch make array large enough 2006-04-04 14:21:02 +00:00
vim-7.1-nowarnings.patch - Update to vim-7.1 2007-06-05 10:46:37 +00:00
vim-selinux2.patch - vim-7.0 2006-05-08 11:23:24 +00:00
vim-selinux.patch fix selinux patch, so that HAVE_SELINUX will not be defined on non-selinux 2004-11-02 11:53:07 +00:00
vim.spec - Update to vim-7.1 2007-06-05 10:46:37 +00:00
vimrc - Update to vim-7.1 2007-06-05 10:46:37 +00:00
xxd-locale.patch auto-import changelog data from vim-6.0-7.13.src.rpm 2004-09-09 13:58:58 +00:00

Patches for Vim - Vi IMproved 7.1

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.1.001
        patch -p0 < 7.1.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.1:

  SIZE  NAME     FIXES
  2404  7.1.001  can't build with Gnome GUI
  2011  7.1.002  Oracle Pro*C/C++ files are not detected