Package vim: Information

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

    Last changed


    June 20, 2008 Sir Raorn 4:7.1.315-alt0.M40.1
    - Built for branch/4.0
    - Fixed handling of special characters in file names which could
      lead to arbitrary VimL code execution
    - Official patches (315)
     + leaking memory when executing a shell command
     + vimtutor only works with vim, not gvim
     + wrong parenmatch highlighting after search/replace dialog
     + filetype detection fails for file name with special characters
     + value of asmsyntax argument isn't checked for valid characters
     + "File/Save" menu in Insert mode doesn't update tab page label
     + shortpath_for_invalid_fname() is too complex and wrong
     + can't edit compressed file with special characters in the name
     + some Unicode symbol chars are handled like word chars
     + when in readonly mode ":options" produces an error
     + incomplete utf-8 byte sequence at end of the file not detected
     + status and tile not updated when using netbeans setModified
     + 'pastetoggle' is written to the session file without escaping
     + crash with specific search pattern using look-behind match
    - Updated plugins:
     + vimball (27)
     + netrw (125)
     + tar (17a)
     + getscript (17a)
    - Documented -p option in russian man (closes: #11987)
    April 14, 2008 Sir Raorn 4:7.1.293-alt1
    - Official patches (293)
     + (after 7.1.103) "w" at end of buffer moves cursor too far
     + crash when reversing a list after using it
     + reading unwritten bytes when spell checking with large indent
     + when using a pattern with "\@<=" the submatches can be wrong
     + spell checking considers super/subscript chars as word chars
    - Call %clean_menus in %postun, not %preun
    March 31, 2008 Sir Raorn 4:7.1.285-alt1
    - Official patches (285)
     + always shows "+" at end of screen line with 'cursurline'
     + matchparen plugin has an arbitrary line number limit
     + ":?foo?" matches in current line since patch 7.1.025
     + in tiny version ":!touch %" causes curbuf to be wrong
     + buffer name [Location List] not used for buffer in other tab
     + "gw" uses 'formatexpr', even though the docs say it doesn't
     + default for 'paragraphs' misses some items
     + when using cscope temporary files are left behind
     + (after 7.1.279) Vim hangs when cscope doesn't exit