Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119151 - app-vim/locateopen-1.2 has problems with rlocate
Summary: app-vim/locateopen-1.2 has problems with rlocate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-15 19:08 UTC by Matthias Langer
Modified: 2006-01-16 15:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Langer 2006-01-15 19:08:02 UTC
After installing locateopen-1.2 in combination with rlocate vim complains:

Error detected while processing /usr/share/vim/vimfiles/plugin/locateopen.vim:
line   34:
E121: Undefined variable: s:slocate_app
E15: Invalid expression:  s:slocate_app . " " . s:slocate_args

This problem is easily solved by correcting a trivial typo in
locateopen.vim:27 (slocate_args ==> slocate_app).
Comment 1 Ciaran McCreesh 2006-01-16 15:39:35 UTC
oops.