Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270300 - app-vim/foldutil-3.0 requires genutils v2+
Summary: app-vim/foldutil-3.0 requires genutils v2+
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 14:27 UTC by James Rowe
Modified: 2010-10-11 05:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
foldutils-3.0-needs_genutils-2.patch (foldutils-3.0-needs_genutils-2.patch,470 bytes, patch)
2009-05-18 14:32 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.