The VIM editor
- Spell checking support for about 50 languages
- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
- Tab pages, each containing multiple windows
- Undo branches: never accidentally lose text again
- Vim script supports Lists and Dictionaries (similar to Python)
- Vim script profiling
- Improved Unicode support
- Highlighting of cursor line, cursor column and matching braces
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing remote directories, zip and tar archives
- Printing multi-byte text
- find details about the changes since vim-6.4 with :help version7
- /bin/vi /vim-minimal is now using /etc/virc to avoid .rpmnew files when
updating
|
||
|---|---|---|
| .cvsignore | ||
| Changelog.rpm | ||
| gvim16.png | ||
| gvim32.png | ||
| gvim48.png | ||
| gvim64.png | ||
| gvim.desktop | ||
| Makefile | ||
| README.patches | ||
| sources | ||
| spec.vim | ||
| vim-6.1-rh2.patch | ||
| vim-6.1-rh3.patch | ||
| vim-6.2-rh1.patch | ||
| vim-6.2-rh4.patch | ||
| vim-6.2-rh5.patch | ||
| vim-6.2-specsyntax.patch | ||
| vim-6.4-checkhl.patch | ||
| vim-6.4-cvim.patch | ||
| vim-6.4-lib64.patch | ||
| vim-7.0-crv.patch | ||
| vim-7.0-fixkeys.patch | ||
| vim-7.0-fstabsyntax.patch | ||
| vim-7.0-rclocation.patch | ||
| vim-7.0-syntax.patch | ||
| vim-7.0-warning.patch | ||
| vim-selinux2.patch | ||
| vim-selinux.patch | ||
| vim.spec | ||
| vimrc | ||
| xxd-locale.patch | ||
Patches for Vim - Vi IMproved 6.4
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.4.001
patch -p0 < 6.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 6.4:
SIZE NAME FIXES
1705 6.4.001 (extra) Win32: can't compile the global IME code
7802 6.4.002 Unix: may change owner of wrong file in rare cases
1463 6.4.003 (after 6.4.002) build problem on non-Unix system
1581 6.4.004 "go" doesn't work correctly when 'virtualedit' is set
1577 6.4.005 truncating message may write before buffer
2320 6.4.006 ":argedit", "argdel" and ":argadd" used count argument
1717 6.4.007 Unix: crash when expanding backticks