Package vim: Information

Source package: vim
Version: 7.2.026-alt0.M41.1
Build time:  Nov 1, 2008, 08:47 PM
Category: Editors
Report package bug
Home 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 (x86_64, i586)
vim-X11-gnome2 (x86_64, i586)
vim-X11-gtk2 (x86_64, i586)
vim-X11-neXtaw (x86_64, i586)
vim-common (x86_64, i586)
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)

Maintainer: vim


ACL:
@nobody

    1. ORBit2-devel
    2. alternatives >= 0.2.0-alt0.7
    3. ctags
    4. gnome-vfs2-devel
    5. glib2-devel
    6. iconv
    7. gtk+-devel
    8. libGConf2-devel
    9. libICE-devel
    10. libX11-devel
    11. libXt-devel
    12. libXdmcp-devel
    13. libSM-devel
    14. libXext-devel
    15. libgnome-devel
    16. libatk-devel
    17. man
    18. python-devel
    19. libbonobo2-devel
    20. libbonoboui-devel
    21. libart_lgpl-devel
    22. libruby-devel >= 1.8.4-alt1
    23. libneXtaw-devel
    24. perl-devel
    25. libtinfo-devel
    26. libgpm-devel
    27. tcl-devel >= 8.4.0-alt1
    28. libgtk+2-devel
    29. libpango-devel
    30. libpopt-devel
    31. libacl-devel
    32. ruby >= 1.8
    33. libXmu-devel
    34. libgnomecanvas-devel
    35. pkg-config
    36. unzip
    37. libattr-devel
    38. libXpm-devel
    39. libgnomeui-devel
    40. libxml2-devel
    41. xorg-x11-proto-devel
    42. libcairo-devel
    43. zlib-devel

Last changed


Nov. 1, 2008 Sir Raorn 4:7.2.026-alt0.M41.1
- Built for branch/4.1 (closes: #17549)
Nov. 1, 2008 Sir Raorn 4:7.2.026-alt1
- Official patches (026)
 + (after 7.2.010) 'K' uses the rest of the line (closes: #17660)
Oct. 3, 2008 Sir Raorn 4:7.2.025-alt1
- Official patches (025)
 + wrong window count when using :bunload in a BufHidden autocmd
 + "K" in Visual mode does not properly escape all characters
 + error when inserting a float value from expression register
 + hang when waiting for X selection, consuming lots of CPU time
 + synstack() doesn't work in an emptly line
 + X11: strlen() used wrongly, pasting very big selection fails
 + completion and exists() don't work for ":noautocmd"
 + getting full file name when executing autocmds may be slow
 + 'cursorcolumn' wrong in a closed fold when display is shifted
 + 'history' can be made negative, causes out-of-memory error
 + a CursorHold event that invokes system() is retriggered