The VIM editor
Go to file
cvsdist 705de665e0 auto-import changelog data from vim-6.3.015-1.src.rpm
Fri Aug 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.015-1
- update to patchlevel 15
- move older rpm changelog entries to Changelog.rpm
2004-09-09 14:15:12 +00:00
.cvsignore auto-import changelog data from vim-6.3.006-1.src.rpm 2004-09-09 14:12:56 +00:00
Changelog.rpm auto-import changelog data from vim-6.3.015-1.src.rpm 2004-09-09 14:15:12 +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 auto-import changelog data from vim-6.3.015-1.src.rpm 2004-09-09 14:15:12 +00:00
sources auto-import changelog data from vim-6.3.006-1.src.rpm 2004-09-09 14:12:56 +00:00
spec.vim auto-import changelog data from vim-6.2.214-1.src.rpm 2004-09-09 14:07:26 +00:00
vim-6.1-rh2.patch auto-import changelog data from vim-6.1-29.src.rpm 2004-09-09 14:04: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-rh1.patch auto-import changelog data from vim-6.2.214-1.src.rpm 2004-09-09 14:07:26 +00:00
vim-6.2-rh4.patch auto-import changelog data from vim-6.2.121-1.src.rpm 2004-09-09 14:06:47 +00:00
vim-6.2-rh5.patch auto-import changelog data from vim-6.2.214-1.src.rpm 2004-09-09 14:07:26 +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-selinux.patch auto-import changelog data from vim-6.3.011-4.src.rpm 2004-09-09 14:13:56 +00:00
vim.spec auto-import changelog data from vim-6.3.015-1.src.rpm 2004-09-09 14:15:12 +00:00
vimrc auto-import changelog data from vim-6.3.014-1.src.rpm 2004-09-09 14:14:42 +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 6.3

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.

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

After applying a patch, you need to compile Vim.  There are no
patches for binaries.

Individual patches for Vim 6.3:

  SIZE  NAME     FIXES
  2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage