Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 270300

Summary: app-vim/foldutil-3.0 requires genutils v2+
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: foldutils-3.0-needs_genutils-2.patch

Description James Rowe 2009-05-18 14:27:58 UTC
From /usr/share/vim/vimfiles/plugin/foldutil.vim:

    if !exists('loaded_genutils') || loaded_genutils < 200
      echomsg 'foldutil: You need a newer version of genutils.vim plugin'
      finish
    endif

  Obvious and pointless patch attached :)

Thanks,

James

Reproducible: Always
Comment 1 James Rowe 2009-05-18 14:32:52 UTC
Created attachment 191671 [details, diff]
foldutils-3.0-needs_genutils-2.patch
Comment 2 Tim Harder gentoo-dev 2010-10-11 05:27:00 UTC
Fixed in CVS. Thanks for reporting.