The VIM editor
Go to file
2013-08-28 10:49:39 +02:00
.gitignore vim-7.4 2013-08-12 16:20:41 +02:00
7.4.001 drop beta stuff, patchlevel 1 2013-08-21 14:01:50 +02:00
7.4.002 patchlevel 2, pattern with two alternative look-behind matches doesn't match 2013-08-21 14:33:55 +02:00
7.4.003 patchlevel 3, memory access error in Ruby syntax highlighting 2013-08-21 15:40:13 +02:00
7.4.004 patchlevel 5 2013-08-21 17:42:43 +02:00
7.4.005 patchlevel 5 2013-08-21 17:42:43 +02:00
7.4.006 - patchlevel 006 2013-08-28 10:44:04 +02:00
7.4.007 - patchlevel 007 2013-08-28 10:44:05 +02:00
7.4.008 - patchlevel 008 2013-08-28 10:44:05 +02:00
7.4.009 - patchlevel 009 2013-08-28 10:44:06 +02:00
Changelog.rpm vim-7.4 2013-08-12 16:20:41 +02: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 fix boolean key 'Terminal' in gvim.desktop 2012-01-05 15:40:27 +01:00
README.patches - patchlevel 9 2013-08-28 10:44:07 +02:00
sources vim-7.4 2013-08-12 16:20:41 +02:00
spec-template - patchlevel 6 2008-08-25 08:38:15 +00:00
spec-template.new fix spec template 2012-05-29 11:10:25 +02:00
vi_help.txt - patchlevel 266 2008-03-03 18:34:13 +00:00
vim72-rh514717.patch - add fix for glibc fortify segfault (#514717, Adam Tkac) 2009-08-03 16:31:43 +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-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-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-7.3-manpage-typo-668894-675480.patch fix some man page typos (#668894, #675480) 2012-08-28 15:34:04 +02:00
vim-7.3-xsubpp-path.patch fix path to xsubpp script 2013-05-21 15:00:24 +02:00
vim-7.4-fstabsyntax.patch vim-7.4 2013-08-12 16:20:41 +02:00
vim-7.4-syntax.patch vim-7.4 2013-08-12 16:20:41 +02:00
vim-manpagefixes-948566.patch sync with f19 2013-08-13 14:37:23 +02:00
vim-update.sh - patchlevel 712 2012-11-12 15:31:27 +01:00
vim.spec patchlevel 009 2013-08-28 10:49:39 +02:00
vimrc don't write swapfile on mounted media in /run/media/ 2013-08-13 13:06:59 +02:00
zip.vim - update runtime files 2008-12-01 14:10:35 +00:00

Patches for Vim - Vi IMproved 7.4

The files in this directory contain source code changes to fix problems
in a released version 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. 

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.4.001
        patch -p0 < 7.4.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.4:

  SIZE  NAME     FIXES
 13179  7.4.001  'ic' doesn't work for patterns such as [a-z]
  2522  7.4.002  pattern with two alternative look-behind matches doesn't match
  2680  7.4.003  memory access error in Ruby syntax highlighting
  7145  7.4.004  when closing a window fails ":bwipe" may hang
  1391  7.4.005  "vaB" while 'virtualedit' is set selects the wrong area
  1952  7.4.006  mkdir("foo/bar/", "p") gives an error message
  2538  7.4.007  creating a preview window on startup messes up the screen
  2176  7.4.008  new regexp engine can't be interrupted
  2051  7.4.009  too easy to write a file was not decrypted (yet)