Package vim: Information
Source package: vim
Version: 7.2.148-alt2
Build time: Apr 14, 2009, 01:43 AM
Category: Editors
Report package bugHome page: http://www.vim.org
License: Charityware
Summary: VIsual editor iMproved
Description:
VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more. The vim-common package contains files which every VIM binary will need in order to run.
List of rpms provided by this srpm:
rpm-build-vim (x86_64, i586)
vim-X11 (noarch)
vim-X11-gnome2 (x86_64, i586)
vim-X11-gtk2 (x86_64, i586)
vim-X11-neXtaw (x86_64, i586)
vim-common (noarch)
vim-console (x86_64, i586)
vim-enhanced (x86_64, i586)
vim-minimal (x86_64, i586)
vim-spell-source (x86_64, i586)
vimtutor (x86_64, i586)
xxd (x86_64, i586)
rpm-build-vim (x86_64, i586)
vim-X11 (noarch)
vim-X11-gnome2 (x86_64, i586)
vim-X11-gtk2 (x86_64, i586)
vim-X11-neXtaw (x86_64, i586)
vim-common (noarch)
vim-console (x86_64, i586)
vim-enhanced (x86_64, i586)
vim-minimal (x86_64, i586)
vim-spell-source (x86_64, i586)
vimtutor (x86_64, i586)
xxd (x86_64, i586)
Maintainer: vim
ACL:
@nobody
@nobody
Last changed
April 13, 2009 Sir Raorn 4:7.2.148-alt2
- Fix filetrigger interpreter
April 5, 2009 Sir Raorn 4:7.2.148-alt1
- Official patches (148) + using wrong cursor highlighting after clearing 'keymap' + accessing freed memory when changing dir in SwapExists autocmd + ":diffoff!" changes settings in windows not in diff mode + memory leak when redefining user command with complete arg + (after 7.2.132) ":cd" still possible in SwapExists autocmd + wrong left shift of blockwise selection in tab when 've' set + crash when 'virtualedit' is "all" + diff highlighting missing if Visual area starts at cursor pos + fixing bold spill redraws too many characters + no command line completion for ":cscope" command + colorscheme is reloaded when 't_Co' is set to the same value + v:warningmsg isn't used for all warnings + cursor in wrong position after Tab for small version + highlighting a character after the line doesn't always work - Set 'is_posix' for syntax/sh.vim (closes: #19296) - xxd utility moved to separate package - vim-common package made noarch
March 4, 2009 Sir Raorn 4:7.2.130-alt1
- Official patches (130) + 'langmap' does not work for multi-byte characters + selection unclear for Visual block mode with 'cursorcolumn' + cursor invisible in first col in Visual mode if 'number' set + crash when using submatch() in substitute() + location list incorrectly labelled "Quickfix List" + <PageUp> at the more prompt only does half a page + status line is redrawn too often + location list is copied and then deleted when opening window + can't stop output of "!grep a *.c" in gvim with CTRL-C + invalid mem access if VimResized autocmd changes screen size + ":map" output continues after typing 'q' at more prompt + ":tselect" output continues after typing 'q' at more prompt + leaking memory when reading XPM bitmap for a sign + get another more prompt after typing 'q' + (after 7.2.055) ":lcd" causes invalid session file + opening command window from input() uses the search history + Vim may haing until CTRL-C is typed when using CTRL-Z - Dropped multibyte langmap patch (implemented in upstream)