Package vim: Information

    Source package: vim
    Version: 7.2.148-alt2
    Build time:  Apr 14, 2009, 01:43 AM
    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 (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

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

    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)