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